1
0
mirror of https://github.com/upx/upx.git synced 2025-08-11 22:52:30 +08:00

Bump release date.

This commit is contained in:
Markus F.X.J. Oberhumer
2017-05-12 12:47:14 +02:00
parent 8827a534db
commit e4659b7d7c
2 changed files with 3 additions and 3 deletions

2
NEWS
View File

@ -2,7 +2,7 @@
User visible changes for UPX
==================================================================
Changes in 3.94 (XX XXX 2017):
Changes in 3.94 (12 May 2017):
* Elf formats propagate NX via PT_GNU_STACK (but MIPS in future)
* --android-shlib preserves selected ElfXX_Shdr for Android N
* arm64-linux (aarch64) supported; (in future for Mach)

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 "May 3rd 2017"
#define UPX_VERSION_DATE_ISO "2017-05-03"
#define UPX_VERSION_DATE "May 12th 2017"
#define UPX_VERSION_DATE_ISO "2017-05-12"
#define UPX_VERSION_YEAR "2017"
/* vim:set ts=4 sw=4 et: */