Post-release version bump.

This commit is contained in:
Markus F.X.J. Oberhumer
2020-01-22 23:11:13 +01:00
parent d7ba31cab8
commit f33645f739
2 changed files with 9 additions and 5 deletions
+5 -5
View File
@@ -1,8 +1,8 @@
#define UPX_VERSION_HEX 0x036000 /* 03.96.00 */
#define UPX_VERSION_STRING "3.96"
#define UPX_VERSION_STRING4 "3.96"
#define UPX_VERSION_DATE "Jan 23rd 2020"
#define UPX_VERSION_DATE_ISO "2020-01-23"
#define UPX_VERSION_HEX 0x040000 /* 04.00.00 */
#define UPX_VERSION_STRING "4.00"
#define UPX_VERSION_STRING4 "4.00"
#define UPX_VERSION_DATE "Jan 24th 2020"
#define UPX_VERSION_DATE_ISO "2020-01-24"
#define UPX_VERSION_YEAR "2020"
/* vim:set ts=4 sw=4 et: */