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

Bump version date.

This commit is contained in:
Markus F.X.J. Oberhumer 2017-05-03 13:49:22 +02:00
parent b5f738abf3
commit 304d848f53

View File

@ -1,8 +1,8 @@
#define UPX_VERSION_HEX 0x035e00 /* 03.94.00 */
#define UPX_VERSION_STRING "3.94"
#define UPX_VERSION_STRING4 "3.94"
#define UPX_VERSION_DATE "Jan 30th 2017"
#define UPX_VERSION_DATE_ISO "2017-01-30"
#define UPX_VERSION_DATE "May 3rd 2017"
#define UPX_VERSION_DATE_ISO "2017-05-03"
#define UPX_VERSION_YEAR "2017"
/* vim:set ts=4 sw=4 et: */