]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
common header file changes not applicable to open-vm-tools.
authorOliver Kurth <okurth@vmware.com>
Mon, 6 Jan 2020 23:46:20 +0000 (15:46 -0800)
committerOliver Kurth <okurth@vmware.com>
Mon, 6 Jan 2020 23:46:20 +0000 (15:46 -0800)
open-vm-tools/lib/include/vm_legal.h
open-vm-tools/lib/include/vm_product_versions.h

index d334478c9133aadbf4770d04b31fd5dfb4dd8765..50401273d81bc2c038af5db1179962da8ad31145 100644 (file)
@@ -37,7 +37,7 @@
  * Updating them therefore may require updating translations and vmsg
  * auditing files in bora/messages/ to avoid breaking the build.
  */
-#define COPYRIGHT_YEARS  "1998-2019" /* See the note above when changing. */
+#define COPYRIGHT_YEARS  "1998-2020" /* See the note above when changing. */
 #define COPYRIGHT_STRING "Copyright (C) " COPYRIGHT_YEARS " " COMPANY_NAME
 #define RIGHT_RESERVED   "All rights reserved."
 
index a9037ba56dcf5ecabb98513e19daa67691c1da8b..e6a4ba2bd8731f6ab2d7f01c93520c17baeed303 100644 (file)
@@ -34,7 +34,7 @@
  * hard-coded value for every other product.
  */
 #if defined(VMX86_VMRC) /* check VMX86_VMRC before VMX86_DESKTOP */
-   #define PRODUCT_VERSION    11,0,0,PRODUCT_BUILD_NUMBER_NUMERIC   /* VMRC_VERSION_NUMBER below has to match this */
+   #define PRODUCT_VERSION    11,1,0,PRODUCT_BUILD_NUMBER_NUMERIC   /* VMRC_VERSION_NUMBER below has to match this */
 #elif defined(VMX86_FLEX) /* check VMX86_FLEX before VMX86_DESKTOP */
    #define PRODUCT_VERSION    8,0,0,PRODUCT_BUILD_NUMBER_NUMERIC   /* FLEX_VERSION_NUMBER below has to match this */
 #elif defined(VMX86_TOOLS)
 #define WORKSTATION_VERSION "e.x.p"
 #define PLAYER_VERSION_NUMBER "15.5.0" /* this version number should always match real Player version number */
 #define PLAYER_VERSION "e.x.p"
-#define VMRC_VERSION_NUMBER "11.0.0" /* this version number should always match real VMRC version number */
-#define VMRC_VERSION "11.0.0"
+#define VMRC_VERSION_NUMBER "11.1.0" /* this version number should always match real VMRC version number */
+#define VMRC_VERSION "11.1.0"
 #define FLEX_CLIENT_VERSION_NUMBER "8.0.0"
 #define FLEX_CLIENT_VERSION "e.x.p"