From f02ff295c2269259b2e6b2ec07ebf8bdce4022c4 Mon Sep 17 00:00:00 2001 From: Mladen Turk Date: Thu, 15 Dec 2022 17:50:43 +0100 Subject: [PATCH] Prepare for 1.4.0 release --- CHANGES.md | 1 - Version.mk | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 3d12a98..0f61c18 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -8,7 +8,6 @@ For a full list of changes, see the [git commit log][log] ## v1.4.0 - * In development * Terminate external log application if it fails to exit within 5 seconds after closing log files * Use service batch file as shutdown batch file if -a was defined and -s was not * Drop experimental support for user rotate service control for external log applications diff --git a/Version.mk b/Version.mk index 9f90de0..945bcf0 100644 --- a/Version.mk +++ b/Version.mk @@ -19,4 +19,4 @@ VERSION_MINOR = 4 VERSION_PATCH = 0 VERSION_MICRO = 0 # Set to zero for non dev versions -VERSION_DEVEL = 1 +VERSION_DEVEL = 0