Bump release date.
This commit is contained in:
parent
8827a534db
commit
e4659b7d7c
2
NEWS
2
NEWS
@ -2,7 +2,7 @@
|
|||||||
User visible changes for UPX
|
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)
|
* Elf formats propagate NX via PT_GNU_STACK (but MIPS in future)
|
||||||
* --android-shlib preserves selected ElfXX_Shdr for Android N
|
* --android-shlib preserves selected ElfXX_Shdr for Android N
|
||||||
* arm64-linux (aarch64) supported; (in future for Mach)
|
* arm64-linux (aarch64) supported; (in future for Mach)
|
||||||
|
|||||||
@ -1,8 +1,8 @@
|
|||||||
#define UPX_VERSION_HEX 0x035e00 /* 03.94.00 */
|
#define UPX_VERSION_HEX 0x035e00 /* 03.94.00 */
|
||||||
#define UPX_VERSION_STRING "3.94"
|
#define UPX_VERSION_STRING "3.94"
|
||||||
#define UPX_VERSION_STRING4 "3.94"
|
#define UPX_VERSION_STRING4 "3.94"
|
||||||
#define UPX_VERSION_DATE "May 3rd 2017"
|
#define UPX_VERSION_DATE "May 12th 2017"
|
||||||
#define UPX_VERSION_DATE_ISO "2017-05-03"
|
#define UPX_VERSION_DATE_ISO "2017-05-12"
|
||||||
#define UPX_VERSION_YEAR "2017"
|
#define UPX_VERSION_YEAR "2017"
|
||||||
|
|
||||||
/* vim:set ts=4 sw=4 et: */
|
/* vim:set ts=4 sw=4 et: */
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user