1
0
mirror of https://github.com/upx/upx synced 2025-10-12 20:59:43 +08:00
upx/src/version.h
Markus F.X.J. Oberhumer 3326c86e91 cmake update
2023-12-19 16:11:23 +01:00

8 lines
262 B
C++

#pragma once
#define UPX_VERSION_HEX 0x040300 /* 04.03.00 */
#define UPX_VERSION_STRING "4.3.0"
#define UPX_VERSION_STRING4 "4.30"
#define UPX_VERSION_DATE "Dec 19th 2023"
#define UPX_VERSION_DATE_ISO "2023-12-19"
#define UPX_VERSION_YEAR "2023"