diff options
author | Philip Langdale <philipl@fido2.homeip.net> | 2008-07-18 14:03:09 -0700 |
---|---|---|
committer | Philip Langdale <philipl@fido2.homeip.net> | 2008-07-18 14:03:09 -0700 |
commit | 71f1ca515cd1b3d92397682f4fcea120c392b26e (patch) | |
tree | 7f0d79e6b2f784e00ee6b708d049306a274c147d | |
parent | e7f404938b7ccd4c7e61c71c6c182ca8ee8d875f (diff) |
Prepare for 10.16.3xf86-video-vmware-10.16.3
Bump up version numbers.
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | src/vmware.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 09d70f2..665bbc3 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ AC_PREREQ(2.57) AC_INIT([xf86-video-vmware], - 10.16.2, + 10.16.3, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xf86-video-vmware) diff --git a/src/vmware.c b/src/vmware.c index e22c038..130351b 100644 --- a/src/vmware.c +++ b/src/vmware.c @@ -83,7 +83,7 @@ char rcsId_vmware[] = #define VMWARE_DRIVER_NAME "vmware" #define VMWARE_MAJOR_VERSION 10 #define VMWARE_MINOR_VERSION 16 -#define VMWARE_PATCHLEVEL 2 +#define VMWARE_PATCHLEVEL 3 #define VMWARE_DRIVER_VERSION \ (VMWARE_MAJOR_VERSION * 65536 + VMWARE_MINOR_VERSION * 256 + VMWARE_PATCHLEVEL) #define VMWARE_DRIVER_VERSION_STRING \ |