Post-release version bump.
This commit is contained in:
@@ -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).
|
||||
|
||||
+4
-4
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user