summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPhilip Langdale <philipl@fido2.homeip.net>2007-09-25 16:18:53 -0700
committerPhilip Langdale <philipl@fido2.homeip.net>2007-09-25 16:18:53 -0700
commitca4cc3fed99457add3935f8a063558b51e816d74 (patch)
treeb121690aff6ed5cc73f6ab1bec7af57bdf276d2e /src
parent4840be10e99a77d567ee9122f57c6fb6b5208cd9 (diff)
Update for 12.4.3 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 ad40cd1..be1087e 100644
--- a/src/vmmouse.c
+++ b/src/vmmouse.c
@@ -95,7 +95,7 @@
*/
#define VMMOUSE_MAJOR_VERSION 12
#define VMMOUSE_MINOR_VERSION 4
-#define VMMOUSE_PATCHLEVEL 2
+#define VMMOUSE_PATCHLEVEL 3
#define VMMOUSE_DRIVER_VERSION \
(VMMOUSE_MAJOR_VERSION * 65536 + VMMOUSE_MINOR_VERSION * 256 + VMMOUSE_PATCHLEVEL)
#define VMMOUSE_DRIVER_VERSION_STRING \