]> 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>
Thu, 16 Nov 2023 17:21:20 +0000 (09:21 -0800)
committerKaty Feng <fkaty@vmware.com>
Thu, 16 Nov 2023 17:21:20 +0000 (09:21 -0800)
open-vm-tools/lib/include/vm_product_versions.h

index 2e3811dd02d6cd36cb5efd769b9191478d7282b7..58af3c2507ff4570b7fefdc3a4dd166fcd93daa8 100644 (file)
@@ -83,7 +83,7 @@
    /* this should be kept in sync with the corresponding vpx branch. */
    #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
+   #define PRODUCT_VERSION    8,13,0,PRODUCT_BUILD_NUMBER_NUMERIC
 // 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
  * SCons parsing code requires that each line have a version string, so we
  * can't just do something like #define RDESDK_VERSION VIEW_VERSION"
  */
-#define VIEW_CLIENT_VERSION "8.12.0"
+#define VIEW_CLIENT_VERSION "8.13.0"
 #define VIEW_CLIENT_VERSION_NUMBER VIEW_CLIENT_VERSION
-#define VIEW_VERSION "8.12.0"
-#define RDE_RFT_ALL_VERSION "8.12.0"
-#define RDE_RFT_REL_VERSION "8.12.0"
-#define RDESDKREL_VERSION "8.12.0"
-#define MKSVCHANDEV_VERSION "15.12.0"
-#define TSMMRDEV_VERSION "8.12.0"
-#define RDF_VERSION "8.12.0"
-#define HORIZON_DAAS_AGENT_VERSION "23.4.0"
-#define HORIZON_USB_AGENT_VERSION "11.12.0"
+#define VIEW_VERSION "8.13.0"
+#define RDE_RFT_ALL_VERSION "8.13.0"
+#define RDE_RFT_REL_VERSION "8.13.0"
+#define RDESDKREL_VERSION "8.13.0"
+#define MKSVCHANDEV_VERSION "15.13.0"
+#define TSMMRDEV_VERSION "8.13.0"
+#define RDF_VERSION "8.13.0"
+#define HORIZON_DAAS_AGENT_VERSION "24.1.0"
+#define HORIZON_USB_AGENT_VERSION "11.13.0"
 #define HORIZON_UPDATETOOL_VERSION "2.0.9"
 #define MFW_VERSION "16.9.0"
-#define HORIZONTOOL_VERSION "16.12.0"
+#define HORIZONTOOL_VERSION "16.13.0"
 
 /*
  * This is the Horizon Marketing version which is shared between
  * Horizon Client, Agent and Server. It is set in the format of
  * YYMM of the targeted release date.
  */
-#define HORIZON_YYMM_VERSION "2312"
+#define HORIZON_YYMM_VERSION "2403"
 
 #ifndef MAKESTR
 #define MAKESTR(x) #x