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:
2
NEWS
2
NEWS
@ -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)
|
||||
|
@ -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: */
|
||||
|
Reference in New Issue
Block a user