diff --git a/NEWS b/NEWS index 3f72552b..9b806d76 100644 --- a/NEWS +++ b/NEWS @@ -2,7 +2,7 @@ User visible changes for UPX ================================================================== -Changes in 3.05 (XX XXX XXXX): +Changes in 3.05 (27 Apr 2010): * i386-linux and amd64-linux support shared libraries (DT_INIT must exist, all info needed by runtime loader must be first in .text, etc.) * Linux /proc/self/exe now is preserved by default, by leaving behind diff --git a/src/version.h b/src/version.h index 6df47693..5350b8be 100644 --- a/src/version.h +++ b/src/version.h @@ -1,6 +1,6 @@ #define UPX_VERSION_HEX 0x030500 /* 03.05.00 */ #define UPX_VERSION_STRING "3.05" #define UPX_VERSION_STRING4 "3.05" -#define UPX_VERSION_DATE "Sep 28th 2009" -#define UPX_VERSION_DATE_ISO "2009-09-28" -#define UPX_VERSION_YEAR "2009" +#define UPX_VERSION_DATE "Apr 27th 2010" +#define UPX_VERSION_DATE_ISO "2010-04-27" +#define UPX_VERSION_YEAR "2010"