summaryrefslogtreecommitdiff
path: root/src
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 /src
parentbcdec3d0cd4434770cd841c33c030e0d7203881f (diff)
Bump for 12.6.1 release.
Diffstat (limited to 'src')
-rw-r--r--src/vmmouse.c2
1 files changed, 1 insertions, 1 deletions
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 \