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 e25d04fb12 all: bump version date
2023-01-01 19:53:28 +01:00

9 lines
302 B
C++

#define UPX_VERSION_HEX 0x040002 /* 04.00.02 */
#define UPX_VERSION_STRING "4.0.2"
#define UPX_VERSION_STRING4 "4.02"
#define UPX_VERSION_DATE "Jan 1st 2023"
#define UPX_VERSION_DATE_ISO "2023-01-01"
#define UPX_VERSION_YEAR "2023"
/* vim:set ts=4 sw=4 et: */