BRIDGE: updated internal version number
PROJECT: removed 'pause' from the end of the release script
This commit is contained in:
parent
5b46849bf6
commit
78a5935f9d
|
@ -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
|
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue