• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

The MinGW.org Windows System Libraries


Commit MetaInfo

Revisãoc9dd7b511c7007b32e8a60853b2b942e72aac65a (tree)
Hora2020-08-07 18:41:09
AutorKeith Marshall <keith@user...>
CommiterKeith Marshall

Mensagem de Log

Increment version number following WSL-5.4.1 release.

Mudança Sumário

Diff

--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
1+2020-08-07 Keith Marshall <keith@users.osdn.me>
2+
3+ Increment version number following WSL-5.4.1 release.
4+
5+ * VERSION.m4 (__VERSION__): Increment it to 5.4.2
6+
17 2020-07-23 Keith Marshall <keith@users.osdn.me>
28
39 Prepare and publish MinGW.org WSL-5.4.1 release.
--- a/VERSION.m4
+++ b/VERSION.m4
@@ -1,12 +1,12 @@
11 # VERSION.m4 -- vim: filetype=config
22 #
3-# $Id: VERSION.m4,v 5f021e118870 2020/07/20 19:17:27 keith $
3+# $Id$
44 #
55 # Non-copyrightable material; adjust the following definition, to
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.4.1])
9+m4_define([__VERSION__],[5.4.2])
1010
1111 # This is also a convenient place to specify the import library
1212 # associations, and DLLVERSION information for each DLL which may
@@ -26,4 +26,4 @@ m4_define([MINGW_AC_ENUMERATE_DLLVERSION_SPECS],dnl
2626 [MINGW_AC_SET_DLLVERSION([LIBMINGWEX], [libmingwex.dll.a], [5:0:1])dnl
2727 ])
2828
29-# $RCSfile: VERSION.m4,v $: end of file
29+# $RCSfile$: end of file