• 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

Revision2679c654c2b08ebe9e55b7b281fed478d43b0fd6 (tree)
Time2020-07-07 22:53:43
AuthorKeith Marshall <keith@user...>
CommiterKeith Marshall

Log Message

Switch to new 5.4-trunk development branch.

* VERSION.m4 (VERSION): Increment it to 5.4
* All files (5.4-trunk): Bookmark assigned.

Change Summary

Incremental Difference

--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
1+2020-07-07 Keith Marshall <keith@users.osdn.me>
2+
3+ Switch to new 5.4-trunk development branch.
4+
5+ * VERSION.m4 (__VERSION__): Increment it to 5.4
6+ * All files (5.4-trunk): Bookmark assigned.
7+
18 2020-07-06 Keith Marshall <keith@users.osdn.me>
29
310 Prepare and publish MinGW.org WSL-5.3.4 release.
--- a/VERSION.m4
+++ b/VERSION.m4
@@ -6,7 +6,7 @@
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.3.4])
9+m4_define([__VERSION__],[5.4])
1010
1111 # This is also a convenient place to specify the import library
1212 # associations, and DLLVERSION information for each DLL which may
Show on old repository browser