Post-release version bump.
This commit is contained in:
parent
d31947e1f0
commit
d985a4c250
2
NEWS
2
NEWS
@ -2,6 +2,8 @@
|
||||
User visible changes for UPX
|
||||
==================================================================
|
||||
|
||||
Changes in 3.95 (XX XXX 2017):
|
||||
|
||||
Changes in 3.94 (12 May 2017):
|
||||
* Add support for arm64-linux (aka "aarch64").
|
||||
* Add support for --lzma compression on 64-bit PowerPC (Thierry Fauck).
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
#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 12th 2017"
|
||||
#define UPX_VERSION_HEX 0x035f00 /* 03.95.00 */
|
||||
#define UPX_VERSION_STRING "3.95"
|
||||
#define UPX_VERSION_STRING4 "3.95"
|
||||
#define UPX_VERSION_DATE "May 13th 2017"
|
||||
#define UPX_VERSION_DATE_ISO "2017-05-12"
|
||||
#define UPX_VERSION_YEAR "2017"
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user