• R/O
  • HTTP
  • SSH
  • HTTPS

mingw-org-wsl: Commit

The MinGW.OSDN Windows System Libraries. Formerly designated as "MinGW.org Windows System Libraries", this encapsulates the "mingwrt" C runtime library extensions, and the "w32api" 32-bit MS-Windows API libraries.

Please note that this project no longer owns the "MinGW.org" domain name; any software which may be distributed from that domain is NOT supported by this project.


Commit MetaInfo

Revisionc9dd7b511c7007b32e8a60853b2b942e72aac65a (tree)
Time2020-08-07 18:41:09
AuthorKeith Marshall <keith@user...>
CommiterKeith Marshall

Log Message

Increment version number following WSL-5.4.1 release.

Change Summary

Incremental Difference

--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
1+2020-08-07 Keith Marshall <keith@users.osdn.me>
2+
3+ Increment version number following WSL-5.4.1 release.
4+
5+ * VERSION.m4 (__VERSION__): Increment it to 5.4.2
6+
17 2020-07-23 Keith Marshall <keith@users.osdn.me>
28
39 Prepare and publish MinGW.org WSL-5.4.1 release.
--- a/VERSION.m4
+++ b/VERSION.m4
@@ -1,12 +1,12 @@
11 # VERSION.m4 -- vim: filetype=config
22 #
3-# $Id: VERSION.m4,v 5f021e118870 2020/07/20 19:17:27 keith $
3+# $Id$
44 #
55 # Non-copyrightable material; adjust the following definition, to
66 # assign a common version number to each of the mingwrt and w32api
77 # MinGW System Library sub-packages.
88 #
9-m4_define([__VERSION__],[5.4.1])
9+m4_define([__VERSION__],[5.4.2])
1010
1111 # This is also a convenient place to specify the import library
1212 # associations, and DLLVERSION information for each DLL which may
@@ -26,4 +26,4 @@ m4_define([MINGW_AC_ENUMERATE_DLLVERSION_SPECS],dnl
2626 [MINGW_AC_SET_DLLVERSION([LIBMINGWEX], [libmingwex.dll.a], [5:0:1])dnl
2727 ])
2828
29-# $RCSfile: VERSION.m4,v $: end of file
29+# $RCSfile$: end of file
Show on old repository browser