]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Change to common header file not applicable to open-vm-tools.
authorKaty Feng <fkaty@vmware.com>
Mon, 13 Nov 2023 20:07:33 +0000 (12:07 -0800)
committerKaty Feng <fkaty@vmware.com>
Mon, 13 Nov 2023 20:07:33 +0000 (12:07 -0800)
open-vm-tools/lib/include/vm_product_versions.h

index fd513f9a4a6eba1d26654b55b1f3188a36817629..8373bd3367099eb7803690c9329c8d71fe89261d 100644 (file)
@@ -81,7 +81,7 @@
    #define PRODUCT_VERSION    1,1,5,PRODUCT_BUILD_NUMBER_NUMERIC
 #elif defined(VMX86_VPX)
    /* this should be kept in sync with the corresponding vpx branch. */
-   #define PRODUCT_VERSION    8,0,2,PRODUCT_BUILD_NUMBER_NUMERIC
+   #define PRODUCT_VERSION    8,0,3,PRODUCT_BUILD_NUMBER_NUMERIC
 #elif defined(VMX86_HORIZON_VIEW)
    #define PRODUCT_VERSION    8,12,0,PRODUCT_BUILD_NUMBER_NUMERIC
 // VMX86_DESKTOP must be last because it is the default and is always defined.
  */
 #define ESX_VERSION_MAJOR "8"
 #define ESX_VERSION_MINOR "0"
-#define ESX_VERSION_MAINT "2" // 0 = Pre-release/GA, 2 = Update 2
+#define ESX_VERSION_MAINT "3" // 0 = Pre-release/GA, 3 = Update 3
 #define ESX_VERSION_UPDATE ESX_VERSION_MAINT // ESX's own update level
 
 #define ESX_VERSION ESX_VERSION_MAJOR "." ESX_VERSION_MINOR "." \
  */
 #define FUSION_VERSION "e.x.p"
 
-#define VIM_VERSION "8.0.2"
+#define VIM_VERSION "8.0.3"
 /*
  *For smooth version bump up for quaterly releases, we need to have a fallback
  *mechanism to previous version in all those components which perform version
 6.0.0,\
 6.5.0"
 // Put VPX_VERSION first, because vpx/make/defs.mk doesn't check for suffix.
-#define VPX_VERSION "8.0.2"
+#define VPX_VERSION "8.0.3"
 #define VPX_VERSION_MAJOR "8"
 #define VPX_VERSION_MINOR "0"
-#define VPX_VERSION_MAINT "2"
+#define VPX_VERSION_MAINT "3"
 #define VPX_VERSION_PATCH "00000"
 #define VPX_VERSION_THIRD_PARTY VPX_VERSION_MAJOR VPX_VERSION_MINOR \
                                 VPX_VERSION_MAINT
 //MARKER_FAST_REMOVE_START
-#define VPX_VERSION_NUMERIC 8,0,2,PRODUCT_BUILD_NUMBER_NUMERIC
+#define VPX_VERSION_NUMERIC 8,0,3,PRODUCT_BUILD_NUMBER_NUMERIC
 //MARKER_FAST_REMOVE_END
 //MARKER_FAST_UNCOMMENT_START
 //#define VPX_VERSION_NUMERIC gVpxVersionNumeric
 #define VPX_MIN_HOST_VERSION "6.7.0"
 
 #define MAX_SUPPORTED_VI_VERSION "6.6" //from ovfTool/src/supportedVersions.h
-#define VCDB_CURRENT_SCHEMA_VERSION           802 // from PitCADatabase.h
+#define VCDB_CURRENT_SCHEMA_VERSION           803 // from PitCADatabase.h
 
 #define VPX_RELEASE_UPDATE "0" /* 0 = Pre-release/GA, 1 = Update 1 */
 #define VPX_RELEASE_PATCH "0"  /* 0 = experimental */
 #define VPX_RELEASE VPX_RELEASE_UPDATE "." VPX_RELEASE_PATCH
 
 /* expected database version for current release */
-#define VPXD_VDB_DB_VERSION_ID            802
+#define VPXD_VDB_DB_VERSION_ID            803
 #define VPXD_VDB_DB_VERSION_VALUE         "VirtualCenter Database 8.0"
 
 /*
 #define HORIZONOSOT_VERSION "1.2.2303"
 #define HORIZONVMDS_VERSION "1.0.0"
 
-#define INTEGRITY_VERSION "8.0.2" /* Should use VPX_VERSION? */
+#define INTEGRITY_VERSION "8.0.3" /* Should use VPX_VERSION? */
 #define SVA_VERSION "1.0.0"
 #define SSO_VERSION "1.0.0"
 #define SDK_VERSION "4.1.0"
 //#define NETDUMP_FILE_VERSION  gNetdumpFileVersion
 //MARKER_FAST_UNCOMMENT_END
 
-#define VDDK_VERSION          "8.0.2"
+#define VDDK_VERSION          "8.0.3"
 #define VDDK_VERSION_MAJOR    8
 #define VDDK_VERSION_MINOR    0
-#define VDDK_VERSION_MAINT    2
+#define VDDK_VERSION_MAINT    3
 
 //MARKER_FAST_REMOVE_START
 #define VDDK_FILE_VERSION     VDDK_VERSION_MAJOR,VDDK_VERSION_MINOR,\