Bump tentative release date.

This commit is contained in:
Markus F.X.J. Oberhumer 2010-03-06 16:50:17 +01:00
parent 01daccfaf7
commit fe1a0ab371
2 changed files with 4 additions and 4 deletions

2
NEWS
View File

@ -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

View File

@ -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"