1
0
mirror of https://github.com/upx/upx.git synced 2025-08-11 22:52:30 +08:00
Files
upx/src/version.h
Markus F.X.J. Oberhumer 955c31b165 Prepare release.
2010-09-04 13:11:59 +02:00

7 lines
273 B
C

#define UPX_VERSION_HEX 0x030600 /* 03.06.00 */
#define UPX_VERSION_STRING "3.06"
#define UPX_VERSION_STRING4 "3.06"
#define UPX_VERSION_DATE "Sep 04th 2010"
#define UPX_VERSION_DATE_ISO "2010-09-04"
#define UPX_VERSION_YEAR "2010"