1
0
Fork 0

BRIDGE: updated internal version number

PROJECT: removed 'pause' from the end of the release script
This commit is contained in:
Mr. eXoDia 2014-04-17 00:43:42 +02:00
parent 5b46849bf6
commit 78a5935f9d
2 changed files with 2 additions and 4 deletions

View File

@ -104,6 +104,4 @@ mkdir %RELEASEDIR%\test\bin
xcopy %RELEASEDIR%\qt_base\bin %RELEASEDIR%\test\bin /S /Y
xcopy %RELEASEDIR%\bin_base\bin %RELEASEDIR%\test\bin /S /Y
xcopy %RELEASEDIR%\release\bin %RELEASEDIR%\test\bin /S /Y
xcopy %RELEASEDIR%\help %RELEASEDIR%\test /S /Y
pause
xcopy %RELEASEDIR%\help %RELEASEDIR%\test /S /Y

View File

@ -26,7 +26,7 @@ extern "C"
//Bridge defines
#define MAX_SETTING_SIZE 65536
#define DBG_VERSION 14
#define DBG_VERSION 15
//Bridge functions
BRIDGE_IMPEXP const char* BridgeInit();