mirror of
https://github.com/upx/upx.git
synced 2024-11-23 04:39:59 +00:00
Bump version and tentative release date.
This commit is contained in:
parent
1496df1989
commit
880ae89307
8
NEWS
8
NEWS
@ -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.
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user