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
302 B
C++
Raw Normal View History

2022-11-22 20:51:56 +01:00
#define UPX_VERSION_HEX 0x040002 /* 04.00.02 */
#define UPX_VERSION_STRING "4.0.2"
#define UPX_VERSION_STRING4 "4.02"
2023-01-01 19:53:28 +01:00
#define UPX_VERSION_DATE "Jan 1st 2023"
#define UPX_VERSION_DATE_ISO "2023-01-01"
#define UPX_VERSION_YEAR "2023"
2016-09-22 17:29:43 +02:00
/* vim:set ts=4 sw=4 et: */