1
0
mirror of https://github.com/upx/upx synced 2025-09-28 19:06:07 +08:00

Post-release version bump.

This commit is contained in:
Markus F.X.J. Oberhumer 2018-08-26 06:08:40 +02:00
parent 7a3637ff5a
commit 56f4d781c1
2 changed files with 7 additions and 5 deletions

2
NEWS
View File

@ -2,6 +2,8 @@
User visible changes for UPX User visible changes for UPX
================================================================== ==================================================================
Changes in 3.96 (XX XXX 2018):
Changes in 3.95 (26 Aug 2018): Changes in 3.95 (26 Aug 2018):
* Flag --android-shlib to work around bad design in Android * Flag --android-shlib to work around bad design in Android
* Flag --force-pie when ET_DYN main program is not marked as DF_1_PIE * Flag --force-pie when ET_DYN main program is not marked as DF_1_PIE

View File

@ -1,8 +1,8 @@
#define UPX_VERSION_HEX 0x035f00 /* 03.95.00 */ #define UPX_VERSION_HEX 0x036000 /* 03.96.00 */
#define UPX_VERSION_STRING "3.95" #define UPX_VERSION_STRING "3.96"
#define UPX_VERSION_STRING4 "3.95" #define UPX_VERSION_STRING4 "3.96"
#define UPX_VERSION_DATE "Aug 26th 2018" #define UPX_VERSION_DATE "Aug 27th 2018"
#define UPX_VERSION_DATE_ISO "2018-08-26" #define UPX_VERSION_DATE_ISO "2018-08-27"
#define UPX_VERSION_YEAR "2018" #define UPX_VERSION_YEAR "2018"
/* vim:set ts=4 sw=4 et: */ /* vim:set ts=4 sw=4 et: */