1
0
mirror of https://github.com/upx/upx.git synced 2025-08-11 22:52:30 +08:00
Files
upx/src/version.h

9 lines
303 B
C++
Raw Normal View History

2022-10-28 17:10:52 +02:00
#define UPX_VERSION_HEX 0x040001 /* 04.00.01 */
#define UPX_VERSION_STRING "4.0.1"
#define UPX_VERSION_STRING4 "4.01"
2022-11-16 23:15:38 +01:00
#define UPX_VERSION_DATE "Nov 16th 2022"
#define UPX_VERSION_DATE_ISO "2022-11-16"
2022-08-29 22:14:28 +02:00
#define UPX_VERSION_YEAR "2022"
2016-09-22 17:29:43 +02:00
/* vim:set ts=4 sw=4 et: */