Post-release version bump.

This commit is contained in:
Markus F.X.J. Oberhumer
2018-08-26 06:08:40 +02:00
parent 7a3637ff5a
commit 56f4d781c1
2 changed files with 7 additions and 5 deletions
+5 -5
View File
@@ -1,8 +1,8 @@
#define UPX_VERSION_HEX 0x035f00 /* 03.95.00 */
#define UPX_VERSION_STRING "3.95"
#define UPX_VERSION_STRING4 "3.95"
#define UPX_VERSION_DATE "Aug 26th 2018"
#define UPX_VERSION_DATE_ISO "2018-08-26"
#define UPX_VERSION_HEX 0x036000 /* 03.96.00 */
#define UPX_VERSION_STRING "3.96"
#define UPX_VERSION_STRING4 "3.96"
#define UPX_VERSION_DATE "Aug 27th 2018"
#define UPX_VERSION_DATE_ISO "2018-08-27"
#define UPX_VERSION_YEAR "2018"
/* vim:set ts=4 sw=4 et: */