summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuc Verhaegen <libv@skynet.be>2006-01-27 18:18:04 +0000
committerLuc Verhaegen <libv@skynet.be>2006-01-27 18:18:04 +0000
commitbad59f24e5242a5d0e16fb19e3b632c2f548a289 (patch)
tree9760195b66eb001ef547f44991cc563035ae6693
parenta141b4906b9057827878c149bed308828b6f263e (diff)
Adjust versions for release 0.2.3.release-0_2_3
-rw-r--r--configure.ac2
-rw-r--r--src/via_driver.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 2180667..c870e90 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.3.0,
[https://unichrome.sf.net/],
xf86-video-unichrome)
diff --git a/src/via_driver.h b/src/via_driver.h
index d89cdb3..14e9ecd 100644
--- a/src/via_driver.h
+++ b/src/via_driver.h
@@ -69,7 +69,7 @@
#define DRIVER_NAME "via"
#define VERSION_MAJOR 0
#define VERSION_MINOR 2
-#define PATCHLEVEL 0
+#define PATCHLEVEL 3
#define VIA_VERSION ((VERSION_MAJOR<<24) | (VERSION_MINOR<<16) | PATCHLEVEL)
#define VIA_MAX_ACCEL_X (2047)