1
0
mirror of https://github.com/upx/upx synced 2025-10-05 19:20:23 +08:00
upx/src/version.h
2016-12-01 00:40:54 +01:00

9 lines
301 B
C

#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 4th 2016"
#define UPX_VERSION_DATE_ISO "2016-12-04"
#define UPX_VERSION_YEAR "2016"
/* vim:set ts=4 sw=4 et: */