OSDN Git Service

Increment version number following WSL-5.4.1 release.
authorKeith Marshall <keith@users.osdn.me>
Fri, 7 Aug 2020 09:41:09 +0000 (10:41 +0100)
committerKeith Marshall <keith@users.osdn.me>
Fri, 7 Aug 2020 09:41:09 +0000 (10:41 +0100)
ChangeLog
VERSION.m4

index 71dba4e..25d8e9c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2020-08-07  Keith Marshall  <keith@users.osdn.me>
+
+       Increment version number following WSL-5.4.1 release.
+
+       * VERSION.m4 (__VERSION__): Increment it to 5.4.2
+
 2020-07-23  Keith Marshall  <keith@users.osdn.me>
 
        Prepare and publish MinGW.org WSL-5.4.1 release.
index 2fd7b24..a80ebfc 100644 (file)
@@ -1,12 +1,12 @@
 # VERSION.m4 -- vim: filetype=config
 #
-# $Id: VERSION.m4,v 5f021e118870 2020/07/20 19:17:27 keith $
+# $Id$
 #
 # Non-copyrightable material; adjust the following definition, to
 # assign a common version number to each of the mingwrt and w32api
 # MinGW System Library sub-packages.
 #
-m4_define([__VERSION__],[5.4.1])
+m4_define([__VERSION__],[5.4.2])
 
 # This is also a convenient place to specify the import library
 # associations, and DLLVERSION information for each DLL which may
@@ -26,4 +26,4 @@ m4_define([MINGW_AC_ENUMERATE_DLLVERSION_SPECS],dnl
 [MINGW_AC_SET_DLLVERSION([LIBMINGWEX], [libmingwex.dll.a], [5:0:1])dnl
 ])
 
-# $RCSfile: VERSION.m4,v $: end of file
+# $RCSfile$: end of file