• 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

Revision5e3b20c8a5e8dff8d7b25a3eadcd29d0fe3434d8 (tree)
Zeit2017-09-01 15:03:42
AutorKeith Marshall <keith@user...>
CommiterKeith Marshall

Log Message

Increment version for first OSDN hosted release.

Ändern Zusammenfassung

Diff

--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
1+2017-09-01 Keith Marshall <keith@users.osdn.me>
2+
3+ Increment version for first OSDN hosted release.
4+
5+ * VERSION.m4 (VERSION_PATCH): Increment to 3; thus...
6+ (__VERSION__): ...this is auto-incremented to 0.6.3
7+
18 2013-11-26 Keith Marshall <keithmarshall@users.sourceforge.net>
29
310 Conflate name and class columns in GUI package list.
--- 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], [2])
27+ m4_define([VERSION_PATCH], [3])
2828 #
2929 m4_define([__VERSION__], [VERSION_MAJOR.VERSION_MINOR.VERSION_PATCH])
3030 #