Skip to content

Commit cb7b1f7

Browse files
committed
Prepare for release v1.0.5
1 parent a9cedc9 commit cb7b1f7

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

CHANGES.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ For a full list of changes, see the [git commit log][log]
88

99
## v1.0.5
1010

11-
* In development
1211
* Improve release creation procedure
1312
* Drop NULL DACL and use default security descriptor associated with the access token of the calling process
1413

mkrelease.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ rem --------------------------------------------------
1818
rem SvcBatch release helper script
1919
rem
2020
rem Usage: mkrelease.bat version architecture
21-
rem eg: mkrelease 1.0.5 x64 "_VENDOR_SFX=_1" "_STATIC_MSVCRT=1"
21+
rem eg: mkrelease 1.0.5 x64 "_VENDOR_SFX=_1"
2222
rem
2323
setlocal
2424
if "x%~1" == "x" goto Einval
@@ -35,7 +35,7 @@ popd
3535
rem
3636
rem Create builds
3737
rd /S /Q "%ReleaseArch%" 2>NUL
38-
nmake _CPU=%ReleaseArch% %~3 %~4 %~5
38+
nmake _CPU=%ReleaseArch% _STATIC_MSVCRT=1 %~3 %~4 %~5
3939
rem Set path for ClamAV and 7za
4040
rem
4141
set "PATH=C:\Tools\clamav;C:\Utils;%PATH%"

svcbatch.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
/**
4747
* Set to zero for non dev versions
4848
*/
49-
#define SVCBATCH_ISDEV_VERSION 1
49+
#define SVCBATCH_ISDEV_VERSION 0
5050

5151
#define SVCBATCH_NAME "SvcBatch"
5252
#define SVCBATCH_SVCNAME "SvcBatch Service"

0 commit comments

Comments
 (0)