Post-release version bump.

This commit is contained in:
Markus F.X.J. Oberhumer
2011-12-13 01:30:00 +01:00
parent 10acf3ddd1
commit cf28306997
2 changed files with 7 additions and 5 deletions
+5 -5
View File
@@ -1,6 +1,6 @@
#define UPX_VERSION_HEX 0x030800 /* 03.08.00 */
#define UPX_VERSION_STRING "3.08"
#define UPX_VERSION_STRING4 "3.08"
#define UPX_VERSION_DATE "Dec 12th 2011"
#define UPX_VERSION_DATE_ISO "2011-12-12"
#define UPX_VERSION_HEX 0x030900 /* 03.09.00 */
#define UPX_VERSION_STRING "3.09"
#define UPX_VERSION_STRING4 "3.09"
#define UPX_VERSION_DATE "Dec 13th 2011"
#define UPX_VERSION_DATE_ISO "2011-12-13"
#define UPX_VERSION_YEAR "2011"