Skip to content

Commit 7bc668a

Browse files
committed
* Fixed version_info_update.bat script which was hadcoding product version.
* Fixed vs2010.bat script to remove 'pause' command.
1 parent 5fb1318 commit 7bc668a

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

ci/appveyor/version_info_update.bat

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ echo REPOSITORY_ROOT=%REPOSITORY_ROOT%
1010
echo done.
1111
echo.
1212

13-
set APPVEYOR_BUILD_VERSION=0.1.0
14-
1513
REM **************** version_info.bat ****************
1614
set OUTPUTFILE=%REPOSITORY_ROOT%\version_info.bat
1715
echo Updating %OUTPUTFILE%...

cmake/vs2010.bat

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,3 @@ mkdir build >NUL 2>NUL
1414
cd build
1515

1616
cmake -G "Visual Studio 10 2010" %SRC_DIR%
17-
18-
pause

0 commit comments

Comments
 (0)