]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Common header file change; not applicable to open-vm-tools.
authorOliver Kurth <okurth@vmware.com>
Fri, 27 Jul 2018 18:46:22 +0000 (11:46 -0700)
committerOliver Kurth <okurth@vmware.com>
Fri, 27 Jul 2018 18:46:22 +0000 (11:46 -0700)
open-vm-tools/lib/include/vm_product_versions.h

index 1405087654a1164abdf0faa406b21892e16a79a7..da207e2ec1c7a0862e094b0a50c59011a57b6dfe 100644 (file)
@@ -54,7 +54,7 @@
 // VMX86_DESKTOP must be last because it is the default and is always defined.
 #elif defined(VMX86_DESKTOP)
    // WORKSTATION_VERSION_NUMBER below has to match this
-   #define PRODUCT_VERSION    14,0,0,PRODUCT_BUILD_NUMBER_NUMERIC
+   #define PRODUCT_VERSION    15,0,0,PRODUCT_BUILD_NUMBER_NUMERIC
 #elif defined(VMX86_SYSIMAGE)
    // SYSIMAGE_VERSION below has to match this
    #define PRODUCT_VERSION    8,5,0,PRODUCT_BUILD_NUMBER_NUMERIC
  * ALSO, leave FOO_VERSION at e.x.p on all EXCEPT release branches.
  * lmclient.h has a FLEX_VERSION struct so the versionPrefix can't be FLEX
  */
-#define WORKSTATION_VERSION_NUMBER "14.0.0" /* this version number should always match real WS version number */
-#define WORKSTATION_VERSION "e.x.p"
+#define WORKSTATION_VERSION_NUMBER "15.0.0" /* this version number should always match real WS version number */
+#define WORKSTATION_VERSION "15.0.0"
 #define PLAYER_VERSION_NUMBER "14.0.0" /* this version number should always match real Player version number */
 #define PLAYER_VERSION "e.x.p"
 #define VMRC_VERSION_NUMBER "10.0.3" /* this version number should always match real VMRC version number */
 #    if defined(__APPLE__)
 #      define PRODUCT_LICENSE_VERSION PRODUCT_MAC_DESKTOP_VERSION_STRING_FOR_LICENSE
 #    else
-#      define PRODUCT_LICENSE_VERSION "14.0"
+#      define PRODUCT_LICENSE_VERSION "15.0"
 #    endif
 #  else
 #    define PRODUCT_LICENSE_VERSION "0.0"