1
0
mirror of https://github.com/upx/upx.git synced 2025-08-11 22:52:30 +08:00

Prepare release.

This commit is contained in:
Markus F.X.J. Oberhumer
2010-09-04 13:11:59 +02:00
parent e307cd48ad
commit 955c31b165
2 changed files with 4 additions and 3 deletions

3
NEWS
View File

@ -2,8 +2,9 @@
User visible changes for UPX
==================================================================
Changes in 3.06 (XX XXX XXXX):
Changes in 3.06 (04 Sep 2010):
* win32/pe: TLS callback support contributed by Stefan Widmann. Thanks!
* bug fixes
Changes in 3.05 (27 Apr 2010):
* i386-linux and amd64-linux support shared libraries (DT_INIT must

View File

@ -1,6 +1,6 @@
#define UPX_VERSION_HEX 0x030600 /* 03.06.00 */
#define UPX_VERSION_STRING "3.06"
#define UPX_VERSION_STRING4 "3.06"
#define UPX_VERSION_DATE "Apr 28th 2010"
#define UPX_VERSION_DATE_ISO "2010-04-28"
#define UPX_VERSION_DATE "Sep 04th 2010"
#define UPX_VERSION_DATE_ISO "2010-09-04"
#define UPX_VERSION_YEAR "2010"