• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
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

修订版2bbfdee6ae9611a573a7e6e30f636e32b170c4c2 (tree)
时间2016-08-01 02:13:53
作者Keith Marshall <keithmarshall@user...>
CommiterKeith Marshall

Log Message

Prepare and tag all files for release of mingwrt-3.22.1.

更改概述

差异

--- a/mingwrt/ChangeLog
+++ b/mingwrt/ChangeLog
@@ -1,5 +1,12 @@
11 2016-07-31 Keith Marshall <keithmarshall@users.sourceforge.net>
22
3+ Prepare and tag all files for release of mingwrt-3.22.1.
4+
5+ * configure.ac (AC_INIT): Adjust package version number; append
6+ patch level identification.
7+
8+2016-07-31 Keith Marshall <keithmarshall@users.sourceforge.net>
9+
310 Interim workaround for issue [#2306].
411
512 * mingwex/math/powl.c: Tidy layout; correct indentation.
--- a/mingwrt/configure.ac
+++ b/mingwrt/configure.ac
@@ -29,7 +29,7 @@
2929 # DEALINGS IN THE SOFTWARE.
3030 #
3131 AC_PREREQ([2.64])
32- AC_INIT([MinGW C Runtime],[3.22],[http://mingw.org/Reporting_Bugs],[mingwrt])
32+ AC_INIT([MinGW C Runtime],[3.22.1],[http://mingw.org/Reporting_Bugs],[mingwrt])
3333
3434 AC_PREFIX_DEFAULT([/mingw])
3535 AC_CONFIG_SRCDIR([include/_mingw.h.in])