1
0
mirror of https://github.com/upx/upx synced 2025-09-28 19:06:07 +08:00

Next version will be 2.01.

committer: mfx <mfx> 1146140843 +0000
This commit is contained in:
Markus F.X.J. Oberhumer 2006-04-27 12:27:23 +00:00
parent ce6d99bdb4
commit 2f3c108d42

View File

@ -1,6 +1,6 @@
#define UPX_VERSION_HEX 0x020000 /* 02.00.00 */
#define UPX_VERSION_STRING "2.00"
#define UPX_VERSION_STRING4 "2.00"
#define UPX_VERSION_DATE "Apr 27th 2006"
#define UPX_VERSION_DATE_ISO "2006-04-27"
#define UPX_VERSION_HEX 0x020100 /* 02.01.00 */
#define UPX_VERSION_STRING "2.01"
#define UPX_VERSION_STRING4 "2.01"
#define UPX_VERSION_DATE "Apr 28th 2006"
#define UPX_VERSION_DATE_ISO "2006-04-28"
#define UPX_VERSION_YEAR "2006"