The MinGW.org Installation Manager Tool
Revision | 5e3b20c8a5e8dff8d7b25a3eadcd29d0fe3434d8 (tree) |
---|---|
Time | 2017-09-01 15:03:42 |
Author | Keith Marshall <keith@user...> |
Commiter | Keith Marshall |
Increment version for first OSDN hosted release.
@@ -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 | + | |
1 | 8 | 2013-11-26 Keith Marshall <keithmarshall@users.sourceforge.net> |
2 | 9 | |
3 | 10 | Conflate name and class columns in GUI package list. |
@@ -24,7 +24,7 @@ | ||
24 | 24 | # |
25 | 25 | m4_define([VERSION_MAJOR], [0]) |
26 | 26 | m4_define([VERSION_MINOR], [6]) |
27 | - m4_define([VERSION_PATCH], [2]) | |
27 | + m4_define([VERSION_PATCH], [3]) | |
28 | 28 | # |
29 | 29 | m4_define([__VERSION__], [VERSION_MAJOR.VERSION_MINOR.VERSION_PATCH]) |
30 | 30 | # |