• 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

Revision3a3bc79a6ac5d975e9b56dc62fba669da5ddef87 (tree)
Time2018-09-04 05:54:50
AuthorKeith Marshall <keith@user...>
CommiterKeith Marshall

Log Message

Adjust repository version following WSL-5.1.1 release.

Change Summary

Incremental Difference

--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
11 2018-09-03 Keith Marshall <keith@users.osdn.me>
22
3+ Adjust repository version following WSL-5.1.1 release.
4+
5+ * All files (5.2-trunk): New development branch; switch to it.
6+ * VERSION.m4 (__VERSION__): Increment it to 5.2
7+ (libmingwex.dll.a): Update ABI version identifier.
8+
9+2018-09-03 Keith Marshall <keith@users.osdn.me>
10+
311 Prepare and publish MinGW.org WSL-5.1.1 release.
412
513 * All files (wsl-5.1.1-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.1.1])
9+m4_define([__VERSION__],[5.2])
1010
1111 # This is also a convenient place to specify the import library
1212 # associations, and DLLVERSION information for each DLL which may
@@ -23,7 +23,7 @@ m4_define([__VERSION__],[5.1.1])
2323 # as required, in accordance with libtool conventions.
2424 #
2525 m4_define([MINGW_AC_ENUMERATE_DLLVERSION_SPECS],dnl
26-[MINGW_AC_SET_DLLVERSION([LIBMINGWEX], [libmingwex.dll.a], [1:0:1])dnl
26+[MINGW_AC_SET_DLLVERSION([LIBMINGWEX], [libmingwex.dll.a], [2:0:0])dnl
2727 ])
2828
2929 # $RCSfile$: end of file
Show on old repository browser