summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuc Verhaegen <libv@skynet.be>2005-11-30 11:05:24 +0000
committerLuc Verhaegen <libv@skynet.be>2005-11-30 11:05:24 +0000
commit57fb5fd14421f18f723bad426ecf8511cacd4c5e (patch)
tree50caaf5583ac97c5341690fc62130714d78f3854
parentcb2a98ac51755036259f5d45e0d2347a9f189c78 (diff)
Branch off for xf86-video-unichrome release 1 (via_drv 0.2.1).
- configure.ac: Update AC_INIT version - src/via_driver.h: uncomment VIA_DEBUG - src/via_driver.h: Update PATCHLEVEL
-rw-r--r--configure.ac2
-rw-r--r--src/via_driver.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index d9b1441..dde2d6c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@
AC_PREREQ(2.57)
AC_INIT([xf86-video-unichrome],
- 0.2.0.0,
+ 0.2.1.0,
[https://unichrome.sf.net/],
xf86-video-unichrome)
diff --git a/src/via_driver.h b/src/via_driver.h
index f7c5ccf..12a04e6 100644
--- a/src/via_driver.h
+++ b/src/via_driver.h
@@ -26,7 +26,7 @@
#ifndef _VIA_DRIVER_H_
#define _VIA_DRIVER_H_ 1
-#define HAVE_DEBUG
+/* #define HAVE_DEBUG */
#include "vgaHW.h"
#include "xf86.h"
@@ -71,7 +71,7 @@
#define DRIVER_NAME "via"
#define VERSION_MAJOR 0
#define VERSION_MINOR 2
-#define PATCHLEVEL 0
+#define PATCHLEVEL 1
#define VIA_VERSION ((VERSION_MAJOR<<24) | (VERSION_MINOR<<16) | PATCHLEVEL)
#define VIA_MAX_ACCEL_X (2047)