From: Keith Marshall Date: Mon, 3 Sep 2018 20:54:50 +0000 (+0100) Subject: Adjust repository version following WSL-5.1.1 release. X-Git-Tag: wsl-5.2-release~23 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=3a3bc79a6ac5d975e9b56dc62fba669da5ddef87;p=mingw%2Fmingw-org-wsl.git Adjust repository version following WSL-5.1.1 release. --- diff --git a/ChangeLog b/ChangeLog index 4fd2fdf..09accc5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ 2018-09-03 Keith Marshall + 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 + Prepare and publish MinGW.org WSL-5.1.1 release. * All files (wsl-5.1.1-release): Tag assigned. diff --git a/VERSION.m4 b/VERSION.m4 index c7dd0bc..ac6e0da 100644 --- a/VERSION.m4 +++ b/VERSION.m4 @@ -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