diff --git a/NEWS b/NEWS index 01fe7edc..569b4f69 100644 --- a/NEWS +++ b/NEWS @@ -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 diff --git a/src/version.h b/src/version.h index 8c684744..a73a3123 100644 --- a/src/version.h +++ b/src/version.h @@ -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"