Skip to content

Commit f7966ca

Browse files
committed
Update MakePackage.bat
Pre-release fix in version string
1 parent b2b0ca5 commit f7966ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Install/Win32/MakePackage.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ if not defined FB_TARGET_PLATFORM (
6666
::========================================================
6767
sed /"#define BUILDNUM_VERSION"/!d %ROOT_PATH%\WriteBuildNo.h > %temp%.\b$1.bat
6868
sed -n -e s/\"//g -e s/"#define BUILDNUM_VERSION"//w%temp%.\b$2.bat %temp%.\b$1.bat
69-
for /f "tokens=*" %%a in ('type %temp%.\b$2.bat') do set PRODUCT_VER_STRING=3.0.0.%%a
69+
for /f "tokens=*" %%a in ('type %temp%.\b$2.bat') do set PRODUCT_VER_STRING=3.0.1.%%a
7070
@echo s/1.2.0/%PRODUCT_VER_STRING%/ > %temp%.\b$3.bat
7171
::@echo s/define MSVC_VERSION 6/define MSVC_VERSION %MSVC_VERSION%/ >> %temp%.\b$3.bat
7272
@echo s/#define BUILDCONFIG "release"/#define BUILDCONFIG "%BUILDCONFIG%"/ >> %temp%.\b$3.bat

0 commit comments

Comments
 (0)