summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Langdale <philipl@fido2.homeip.net>2008-10-23 23:35:56 -0700
committerPhilip Langdale <philipl@fido2.homeip.net>2008-10-23 23:35:56 -0700
commitc42ef00eaa590139cb872c086787aaa545eac273 (patch)
tree627075edc28786acf9eddd2c9602ba27e06cf5f5
parentbcdec3d0cd4434770cd841c33c030e0d7203881f (diff)
Bump for 12.6.1 release.xf86-input-vmmouse-12.6.1
-rw-r--r--configure.ac2
-rw-r--r--src/vmmouse.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index f5eebd9..2b7b01b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@
AC_PREREQ(2.57)
AC_INIT([xf86-input-vmmouse],
- 12.6.0,
+ 12.6.1,
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
xf86-input-vmmouse)
diff --git a/src/vmmouse.c b/src/vmmouse.c
index b3389b3..84b27fb 100644
--- a/src/vmmouse.c
+++ b/src/vmmouse.c
@@ -95,7 +95,7 @@
*/
#define VMMOUSE_MAJOR_VERSION 12
#define VMMOUSE_MINOR_VERSION 6
-#define VMMOUSE_PATCHLEVEL 0
+#define VMMOUSE_PATCHLEVEL 1
#define VMMOUSE_DRIVER_VERSION \
(VMMOUSE_MAJOR_VERSION * 65536 + VMMOUSE_MINOR_VERSION * 256 + VMMOUSE_PATCHLEVEL)
#define VMMOUSE_DRIVER_VERSION_STRING \