• 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

Revision9e3c040f7c89412780d1af80cc4ff8eb03ae9e21 (tree)
Zeit2013-01-12 01:17:05
AutorKeith Marshall <keithmarshall@user...>
CommiterKeith Marshall

Log Message

Create release branch for further r0.5 development.

Ändern Zusammenfassung

Diff

--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
11 2013-01-11 Keith Marshall <keithmarshall@users.sourceforge.net>
22
3+ Create release branch for further r0.5 development.
4+
5+ * configure.ac (AC_INIT): Bump version number to 0.5.1; assign branch
6+ label (mercurial bookmark) as "r0-5-1" for all files; (this is not to
7+ be released, at this time).
8+
9+2013-01-11 Keith Marshall <keithmarshall@users.sourceforge.net>
10+
311 Update master distribution build rules to match gui-dev branch.
412
513 * configure.ac (AC_INIT): Remove build classification suffix from
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@
2222 # MinGW.org Project, accept liability for any damages, however caused,
2323 # arising from the use of this software.
2424 #
25- AC_INIT([mingw-get],[0.5],[http://mingw.org/Reporting_Bugs])
25+ AC_INIT([mingw-get],[0.5.1],[http://mingw.org/Reporting_Bugs])
2626
2727 AC_SUBST([COPYRIGHT_HOLDER],["MinGW.org Project"])
2828 AC_SUBST([YEARS_OF_ISSUE],["2009-2013"])