Post-release version bump.

This commit is contained in:
Markus F.X.J. Oberhumer
2016-12-11 17:50:03 +01:00
parent 1c01b77a71
commit 4749e0d71e
2 changed files with 7 additions and 5 deletions
+5 -5
View File
@@ -1,8 +1,8 @@
#define UPX_VERSION_HEX 0x035c00 /* 03.92.00 */
#define UPX_VERSION_STRING "3.92"
#define UPX_VERSION_STRING4 "3.92"
#define UPX_VERSION_DATE "Dec 11th 2016"
#define UPX_VERSION_DATE_ISO "2016-12-11"
#define UPX_VERSION_HEX 0x035d00 /* 03.93.00 */
#define UPX_VERSION_STRING "3.93"
#define UPX_VERSION_STRING4 "3.93"
#define UPX_VERSION_DATE "Dec 12th 2016"
#define UPX_VERSION_DATE_ISO "2016-12-12"
#define UPX_VERSION_YEAR "2016"
/* vim:set ts=4 sw=4 et: */