• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

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

The MinGW.org Installation Manager Tool


Commit MetaInfo

Revisionade9cc2c0133b31a1a50a95c4e81d0f5e549109e (tree)
Zeit2013-09-06 21:09:25
AutorKeith Marshall <keithmarshall@user...>
CommiterKeith Marshall

Log Message

Update version, pre-empting subsequent release.

Ändern Zusammenfassung

Diff

--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
1+2013-09-06 Keith Marshall <keithmarshall@users.sourceforge.net>
2+
3+ Update version, pre-empting subsequent release.
4+
5+ * VERSION.m4 (VERSION_PATCH): Bump from zero to 1.
6+
17 2013-09-04 Keith Marshall <keithmarshall@users.sourceforge.net>
28
39 mingw-get-0.6.0-mingw32-beta-20130904-1 released.
--- a/VERSION.m4
+++ b/VERSION.m4
@@ -24,7 +24,7 @@
2424 #
2525 m4_define([VERSION_MAJOR], [0])
2626 m4_define([VERSION_MINOR], [6])
27- m4_define([VERSION_PATCH], [0])
27+ m4_define([VERSION_PATCH], [1])
2828
2929 m4_define([__VERSION__], [VERSION_MAJOR.VERSION_MINOR.VERSION_PATCH])
3030