Update source code version to 4.4.102 to split from Classic Shell versions (#29)

This commit is contained in:
Xenhat
2018-07-01 18:36:45 -04:00
committed by GitHub
parent ef2d92bb84
commit 8a5ad15317
2 changed files with 3 additions and 3 deletions

View File

@@ -54,10 +54,10 @@ END
// Solution loading fail-safe
#ifndef _PRODUCT_VERSION
#define _PRODUCT_VERSION 4.3.2
#define _PRODUCT_VERSION 4.4.102
#endif
#ifndef _PRODUCT_VERSION_STR
#define _PRODUCT_VERSION_STR "4.3.2"
#define _PRODUCT_VERSION_STR "4.4.102"
#endif
VS_VERSION_INFO VERSIONINFO

View File

@@ -7,7 +7,7 @@ set PATH=C:\Program Files\7-Zip\;C:\Program Files (x86)\HTML Help Workshop;C:\Pr
rem git clean -dfx
@rem Default version
@set CS_VERSION=4.3.2
@set CS_VERSION=4.4.102
@if defined APPVEYOR_BUILD_VERSION (
@set CS_VERSION=%APPVEYOR_BUILD_VERSION%