Bump version for next release.

This commit is contained in:
Markus F.X.J. Oberhumer 2010-04-27 17:26:05 +02:00
parent 957eb300f8
commit e56799c993
2 changed files with 7 additions and 5 deletions

2
NEWS
View File

@ -2,6 +2,8 @@
User visible changes for UPX
==================================================================
Changes in 3.06 (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.)

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 "Apr 27th 2010"
#define UPX_VERSION_DATE_ISO "2010-04-27"
#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_YEAR "2010"