mirror of
https://github.com/upx/upx.git
synced 2025-08-11 22:52:30 +08:00
Prepare release.
This commit is contained in:
1
NEWS
1
NEWS
@ -4,6 +4,7 @@ User visible changes for UPX
|
||||
|
||||
Changes in 3.07 (08 Sep 2010):
|
||||
* win32/pe: fixed relocation handling for files with *no* TLS callbacks
|
||||
[severe bug introduced in 3.06]
|
||||
|
||||
Changes in 3.06 (04 Sep 2010):
|
||||
* win32/pe: TLS callback support contributed by Stefan Widmann. Thanks!
|
||||
|
@ -1,6 +1,6 @@
|
||||
#define UPX_VERSION_HEX 0x030700 /* 03.07.00 */
|
||||
#define UPX_VERSION_STRING "3.07"
|
||||
#define UPX_VERSION_STRING4 "3.07"
|
||||
#define UPX_VERSION_DATE "Sep 05th 2010"
|
||||
#define UPX_VERSION_DATE_ISO "2010-09-05"
|
||||
#define UPX_VERSION_DATE "Sep 08th 2010"
|
||||
#define UPX_VERSION_DATE_ISO "2010-09-08"
|
||||
#define UPX_VERSION_YEAR "2010"
|
||||
|
Reference in New Issue
Block a user