summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPhilip Langdale <philipl@fido2.homeip.net>2007-02-08 18:22:16 -0800
committerPhilip Langdale <philipl@fido2.homeip.net>2007-02-08 18:22:16 -0800
commiteca6e9f9458440feebd6598aee24f02a3fd7a75f (patch)
treedf7b65777dd3644c38ab6e273d1baf8efbb06f48 /src
parent2ec8c25cc935a318bd07c0d1fba9960dfe8f38d4 (diff)
Bump version to 10.15.0
This release adds truely usable resizing support by removing the restriction that the you cannot resize larger than the initial mode.
Diffstat (limited to 'src')
-rw-r--r--src/vmware.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vmware.c b/src/vmware.c
index ea3f117..dabf352 100644
--- a/src/vmware.c
+++ b/src/vmware.c
@@ -82,8 +82,8 @@ char rcsId_vmware[] =
#define VMWARE_NAME "VMWARE"
#define VMWARE_DRIVER_NAME "vmware"
#define VMWARE_MAJOR_VERSION 10
-#define VMWARE_MINOR_VERSION 14
-#define VMWARE_PATCHLEVEL 1
+#define VMWARE_MINOR_VERSION 15
+#define VMWARE_PATCHLEVEL 0
#define VMWARE_DRIVER_VERSION \
(VMWARE_MAJOR_VERSION * 65536 + VMWARE_MINOR_VERSION * 256 + VMWARE_PATCHLEVEL)