1
0
mirror of https://github.com/upx/upx synced 2025-09-28 19:06:07 +08:00

Fix grammar in version date.

This commit is contained in:
Markus F.X.J. Oberhumer 2009-04-19 20:14:24 +02:00
parent 2e82e78b98
commit 9694ff433f

View File

@ -1,6 +1,6 @@
#define UPX_VERSION_HEX 0x030400 /* 03.04.00 */
#define UPX_VERSION_STRING "3.04"
#define UPX_VERSION_STRING4 "3.04"
#define UPX_VERSION_DATE "Apr 27st 2009"
#define UPX_VERSION_DATE "Apr 27th 2009"
#define UPX_VERSION_DATE_ISO "2009-04-27"
#define UPX_VERSION_YEAR "2009"