mirror of
https://github.com/upx/upx.git
synced 2025-08-11 22:52:30 +08:00
Post-release version bump.
This commit is contained in:
2
NEWS
2
NEWS
@ -2,6 +2,8 @@
|
||||
User visible changes for UPX
|
||||
==================================================================
|
||||
|
||||
Changes in 3.09 (XX XXX XXXX):
|
||||
|
||||
Changes in 3.08 (12 Dec 2011):
|
||||
* Fix allocation in runtime stub for darwin.macho-entry (i386 and amd64).
|
||||
* Compress shared library on ELF i386 only [ld.so threatens even this case].
|
||||
|
@ -1,6 +1,6 @@
|
||||
#define UPX_VERSION_HEX 0x030800 /* 03.08.00 */
|
||||
#define UPX_VERSION_STRING "3.08"
|
||||
#define UPX_VERSION_STRING4 "3.08"
|
||||
#define UPX_VERSION_DATE "Dec 12th 2011"
|
||||
#define UPX_VERSION_DATE_ISO "2011-12-12"
|
||||
#define UPX_VERSION_HEX 0x030900 /* 03.09.00 */
|
||||
#define UPX_VERSION_STRING "3.09"
|
||||
#define UPX_VERSION_STRING4 "3.09"
|
||||
#define UPX_VERSION_DATE "Dec 13th 2011"
|
||||
#define UPX_VERSION_DATE_ISO "2011-12-13"
|
||||
#define UPX_VERSION_YEAR "2011"
|
||||
|
Reference in New Issue
Block a user