Skip to content

Commit 704bfcd

Browse files
committed
Prepare for release
1 parent 2812e2e commit 704bfcd

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

CHANGES.md

-1
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.1.0
1010

11-
* In development
1211
* Add RunBatch feature
1312
* Add feature to run batch file on service stop.
1413
* Add Service preshutdown option

svcbatch.h

+1-1
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)