Post-release version bump.

This commit is contained in:
Markus F.X.J. Oberhumer 2017-05-12 15:28:47 +02:00
parent d31947e1f0
commit d985a4c250
2 changed files with 6 additions and 4 deletions

2
NEWS
View File

@ -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).

View File

@ -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"