diff options
author | Philip Langdale <philipl@fido2.homeip.net> | 2008-10-23 22:26:53 -0700 |
---|---|---|
committer | Philip Langdale <philipl@fido2.homeip.net> | 2008-10-23 22:26:53 -0700 |
commit | ecb2f313292b4d3f516f5d1ae5c7cde45444041c (patch) | |
tree | 74e1292a64d9bba393b0cce99c773c348f4430fc /src/vmmouse.c | |
parent | a9050a9d407f650b86ee28ff00f5717c965b4554 (diff) |
Bump version number for 12.6.0 release.xf86-input-vmmouse-12.6.0
Diffstat (limited to 'src/vmmouse.c')
-rw-r--r-- | src/vmmouse.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 \ |