summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Langdale <philipl@fido2.homeip.net>2008-11-14 10:52:26 -0800
committerPhilip Langdale <philipl@fido2.homeip.net>2008-11-14 10:52:26 -0800
commitbda45dcf9fbbd42c155c7071d547d0d067429dde (patch)
tree1e67d6b3cbaf289ab4edc1a6e8667a044691c3a6
parentb29b45a25b3b2db58f81e727d787c337bbd87637 (diff)
Bump for 12.6.2 release.xf86-input-vmmouse-12.6.2
-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 2b7b01b..b461820 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@
AC_PREREQ(2.57)
AC_INIT([xf86-input-vmmouse],
- 12.6.1,
+ 12.6.2,
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
xf86-input-vmmouse)
diff --git a/src/vmmouse.c b/src/vmmouse.c
index ac50902..a712bd5 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 1
+#define VMMOUSE_PATCHLEVEL 2
#define VMMOUSE_DRIVER_VERSION \
(VMMOUSE_MAJOR_VERSION * 65536 + VMMOUSE_MINOR_VERSION * 256 + VMMOUSE_PATCHLEVEL)
#define VMMOUSE_DRIVER_VERSION_STRING \