summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Langdale <philipl@fido2.homeip.net>2008-10-23 22:26:53 -0700
committerPhilip Langdale <philipl@fido2.homeip.net>2008-10-23 22:26:53 -0700
commitecb2f313292b4d3f516f5d1ae5c7cde45444041c (patch)
tree74e1292a64d9bba393b0cce99c773c348f4430fc
parenta9050a9d407f650b86ee28ff00f5717c965b4554 (diff)
Bump version number for 12.6.0 release.xf86-input-vmmouse-12.6.0
-rw-r--r--configure.ac2
-rw-r--r--src/vmmouse.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 90e3d22..f5eebd9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@
AC_PREREQ(2.57)
AC_INIT([xf86-input-vmmouse],
- 12.5.2,
+ 12.6.0,
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
xf86-input-vmmouse)
diff --git a/src/vmmouse.c b/src/vmmouse.c
index 99daa92..b3389b3 100644
--- a/src/vmmouse.c
+++ b/src/vmmouse.c
@@ -94,8 +94,8 @@
* Version constants
*/
#define VMMOUSE_MAJOR_VERSION 12
-#define VMMOUSE_MINOR_VERSION 5
-#define VMMOUSE_PATCHLEVEL 2
+#define VMMOUSE_MINOR_VERSION 6
+#define VMMOUSE_PATCHLEVEL 0
#define VMMOUSE_DRIVER_VERSION \
(VMMOUSE_MAJOR_VERSION * 65536 + VMMOUSE_MINOR_VERSION * 256 + VMMOUSE_PATCHLEVEL)
#define VMMOUSE_DRIVER_VERSION_STRING \