OSDN Git Service

Adjust repository version following WSL-5.1.1 release.
authorKeith Marshall <keith@users.osdn.me>
Mon, 3 Sep 2018 20:54:50 +0000 (21:54 +0100)
committerKeith Marshall <keith@users.osdn.me>
Mon, 3 Sep 2018 20:54:50 +0000 (21:54 +0100)
ChangeLog
VERSION.m4

index 4fd2fdf..09accc5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2018-09-03  Keith Marshall  <keith@users.osdn.me>
 
+       Adjust repository version following WSL-5.1.1 release.
+
+       * All files (5.2-trunk): New development branch; switch to it.
+       * VERSION.m4 (__VERSION__): Increment it to 5.2
+       (libmingwex.dll.a): Update ABI version identifier.
+
+2018-09-03  Keith Marshall  <keith@users.osdn.me>
+
        Prepare and publish MinGW.org WSL-5.1.1 release.
 
        * All files (wsl-5.1.1-release): Tag assigned.
index c7dd0bc..ac6e0da 100644 (file)
@@ -6,7 +6,7 @@
 # assign a common version number to each of the mingwrt and w32api
 # MinGW System Library sub-packages.
 #
-m4_define([__VERSION__],[5.1.1])
+m4_define([__VERSION__],[5.2])
 
 # This is also a convenient place to specify the import library
 # associations, and DLLVERSION information for each DLL which may
@@ -23,7 +23,7 @@ m4_define([__VERSION__],[5.1.1])
 #    as required, in accordance with libtool conventions.
 #
 m4_define([MINGW_AC_ENUMERATE_DLLVERSION_SPECS],dnl
-[MINGW_AC_SET_DLLVERSION([LIBMINGWEX], [libmingwex.dll.a], [1:0:1])dnl
+[MINGW_AC_SET_DLLVERSION([LIBMINGWEX], [libmingwex.dll.a], [2:0:0])dnl
 ])
 
 # $RCSfile$: end of file