From 835631dd51eee9d6b8fec8ba00ce24c879441ea0 Mon Sep 17 00:00:00 2001 From: Mladen Turk Date: Fri, 2 Dec 2022 23:51:37 +0100 Subject: [PATCH] Prepare for release --- CHANGES.md | 10 ++++++---- Version.mk | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index aac43eb..ee63ecd 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -8,19 +8,21 @@ For a full list of changes, see the [git commit log][log] ## v1.3.4 - * In development - -## v1.3.3 - * Remove automatic log flush * Use high-resolution timer for internal logging * Fix issues with reporting errors to Windows Event Log + * Fix quoting arguments for batch files ### New Features * Add -a command option that enables to provide arguments to shutdown batch file +## v1.3.3 + + * Not released + + ## v1.3.2 * Report to system Event Log if external log application fails at run time diff --git a/Version.mk b/Version.mk index 1d835c4..bf50843 100644 --- a/Version.mk +++ b/Version.mk @@ -19,4 +19,4 @@ VERSION_MINOR = 3 VERSION_PATCH = 4 VERSION_MICRO = 0 # Set to zero for non dev versions -VERSION_DEVEL = 1 +VERSION_DEVEL = 0