summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuc Verhaegen <libv@skynet.be>2006-03-26 18:18:29 +0000
committerLuc Verhaegen <libv@skynet.be>2006-03-26 18:18:29 +0000
commitf29eba2017a85850dd3bcc105accac4047de7dbb (patch)
treeb9acfe95925bb82a9f6357fd0801704f1a580f6c
parentfc07843872ae09220f13accee7389a916a1b87ad (diff)
Adjust version numbers for release 0.2.4.release-0_2_4
-rw-r--r--Changelog7
-rw-r--r--configure.ac2
-rw-r--r--src/via_driver.h2
3 files changed, 9 insertions, 2 deletions
diff --git a/Changelog b/Changelog
index b35304d..14d5935 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,10 @@
+2006-03-26 Luc Verhaegen <libv@skynet.be>
+
+ * configure.ac:
+ * src/via_driver.h:
+
+ Adjust version numbers for release 0.2.4.
+
2006/03/26 Luc Verhaegen <libv@skynet.be>
* Changelog:
diff --git a/configure.ac b/configure.ac
index f279c11..7874c51 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.4.0,
[https://unichrome.sf.net/],
xf86-video-unichrome)
diff --git a/src/via_driver.h b/src/via_driver.h
index 85dd524..db292ca 100644
--- a/src/via_driver.h
+++ b/src/via_driver.h
@@ -73,7 +73,7 @@
#define DRIVER_NAME "via"
#define VERSION_MAJOR 0
#define VERSION_MINOR 2
-#define PATCHLEVEL 0
+#define PATCHLEVEL 4
#define VIA_VERSION ((VERSION_MAJOR<<24) | (VERSION_MINOR<<16) | PATCHLEVEL)
#define VIA_MAX_ACCEL_X (2047)