Skip to content

Commit 835631d

Browse files
committed
Prepare for release
1 parent a7c7e1d commit 835631d

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

Diff for: CHANGES.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,21 @@ For a full list of changes, see the [git commit log][log]
88

99
## v1.3.4
1010

11-
* In development
12-
13-
## v1.3.3
14-
1511
* Remove automatic log flush
1612
* Use high-resolution timer for internal logging
1713
* Fix issues with reporting errors to Windows Event Log
14+
* Fix quoting arguments for batch files
1815

1916
### New Features
2017

2118
* Add -a command option that enables to provide arguments to shutdown batch file
2219

2320

21+
## v1.3.3
22+
23+
* Not released
24+
25+
2426
## v1.3.2
2527

2628
* Report to system Event Log if external log application fails at run time

Diff for: Version.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ VERSION_MINOR = 3
1919
VERSION_PATCH = 4
2020
VERSION_MICRO = 0
2121
# Set to zero for non dev versions
22-
VERSION_DEVEL = 1
22+
VERSION_DEVEL = 0

0 commit comments

Comments
 (0)