• 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

Revisiónf78df884d6fed40c79e19bc8eaab79e0f0456a95 (tree)
Tiempo2019-07-06 23:40:01
AutorKeith Marshall <keith@user...>
CommiterKeith Marshall

Log Message

Adjust repository version following WSL-5.2.2 release.

Cambiar Resumen

Diferencia incremental

--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
11 2019-07-06 Keith Marshall <keith@users.osdn.me>
22
3+ Adjust repository version following WSL-5.2.2 release.
4+
5+ * VERSION.m4 (__VERSION__): Increment it to 5.2.3
6+
7+2019-07-06 Keith Marshall <keith@users.osdn.me>
8+
39 Prepare and publish MinGW.org WSL-5.2.2 release.
410
511 * All files (wsl-5.2.2-release): Tag assigned.
--- 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.2.2])
9+m4_define([__VERSION__],[5.2.3])
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