]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Changes to common header files; not applicable to open-vm-tools.
authorOliver Kurth <okurth@vmware.com>
Fri, 15 Sep 2017 18:23:49 +0000 (11:23 -0700)
committerOliver Kurth <okurth@vmware.com>
Fri, 15 Sep 2017 18:23:49 +0000 (11:23 -0700)
open-vm-tools/lib/include/loglevel_user.h
open-vm-tools/lib/include/vm_product_versions.h

index aeb4757aef3c1720dd2d974b5ec0d2c1286a1b7b..15be8e1e0b4aef620fd34710609cc38d7ed49460 100644 (file)
    LOGLEVEL_VAR(remoteDevice), \
    LOGLEVEL_VAR(vncDecode), \
    LOGLEVEL_VAR(vncEncode), \
+   LOGLEVEL_VAR(vncBlit),   \
    LOGLEVEL_VAR(libconnect), \
    LOGLEVEL_VAR(state3d), \
    LOGLEVEL_VAR(vmGL), \
index a5a4b891d5d2c27ee1c76d2cc642c3d7b3aed129..253dc9d420601822ac2285662d5f3e8603a4dcaa 100644 (file)
@@ -39,7 +39,7 @@
 #if defined(VMX86_VIEWCLIENT)
    #define PRODUCT_VERSION    4,5,1,PRODUCT_BUILD_NUMBER_NUMERIC
 #elif defined(VMX86_VMRC) /* check VMX86_VMRC before VMX86_DESKTOP */
-   #define PRODUCT_VERSION    10,0,0,PRODUCT_BUILD_NUMBER_NUMERIC   /* VMRC_VERSION_NUMBER below has to match this */
+   #define PRODUCT_VERSION    10,0,1,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 "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.0" /* this version number should always match real VMRC version number */
-#define VMRC_VERSION "10.0.0"
+#define VMRC_VERSION_NUMBER "10.0.1" /* this version number should always match real VMRC version number */
+#define VMRC_VERSION "10.0.1"
 #define FLEX_CLIENT_VERSION_NUMBER "8.0.0"
 #define FLEX_CLIENT_VERSION "e.x.p"