Skip to content

Commit 16a938c

Browse files
committed
Prepare for 0.9.3 release
1 parent 49ea3dd commit 16a938c

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

CHANGES.md

-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ For a full list of changes, see the [git commit log][log]
55

66
[log]: https://github.com/mturk/svcbatch/commits/
77

8-
## v0.9.4
9-
10-
118
## v0.9.3
129

1310
* Add support to send shutdown signal from batch files to parent

svcbatch.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@
3333
*/
3434
#define SVCBATCH_MAJOR_VERSION 0
3535
#define SVCBATCH_MINOR_VERSION 9
36-
#define SVCBATCH_PATCH_VERSION 4
36+
#define SVCBATCH_PATCH_VERSION 3
3737

3838
/**
3939
* Set to zero for non dev versions
4040
*/
41-
#define SVCBATCH_ISDEV_VERSION 1
41+
#define SVCBATCH_ISDEV_VERSION 0
4242

4343
/**
4444
* ABI version info

0 commit comments

Comments
 (0)