Bump version and tentative release date.

This commit is contained in:
Markus F.X.J. Oberhumer 2013-09-20 07:19:06 +02:00
parent 1496df1989
commit 880ae89307
2 changed files with 10 additions and 8 deletions

8
NEWS
View File

@ -2,11 +2,13 @@
User visible changes for UPX
==================================================================
Changes in 3.10 (XX XXX 2013):
* Experimental support added for Windows 64-bit PE files.
based on the work by Stefan Widmann
Changes in 3.91 (27 Sep 2013):
* Added experimental support for Windows 64-bit PE files, based on
work by Stefan Widmann. Please use for testing only!
* bug fixes
==================================================================
Changes in 3.09 (18 Feb 2013):
* New option --preserve-build-id for GNU ELF.
* Allow for code signing and LC_UUID on Mac OS X executables.

View File

@ -1,6 +1,6 @@
#define UPX_VERSION_HEX 0x030a00 /* 03.10.00 */
#define UPX_VERSION_STRING "3.10"
#define UPX_VERSION_STRING4 "3.10"
#define UPX_VERSION_DATE "Feb 20th 2013"
#define UPX_VERSION_DATE_ISO "2013-02-20"
#define UPX_VERSION_HEX 0x035b00 /* 03.91.00 */
#define UPX_VERSION_STRING "3.91"
#define UPX_VERSION_STRING4 "3.91"
#define UPX_VERSION_DATE "Sep 27th 2013"
#define UPX_VERSION_DATE_ISO "2013-09-27"
#define UPX_VERSION_YEAR "2013"