mirror of
https://github.com/Open-Shell/Open-Shell-Menu.git
synced 2026-04-17 13:23:04 +10:00
Update source code version to 4.4.102 to split from Classic Shell versions (#29)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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%
|
||||
|
||||
Reference in New Issue
Block a user