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

Bump version for next release.

This commit is contained in:
Markus F.X.J. Oberhumer
2009-09-27 20:08:49 +02:00
parent 4dcc1f0374
commit fc854b4c77
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.05 (XX XXX XXXX):
Changes in 3.04 (27 Sep 2009):
* new format Mach/AMD64 supports 64-bit programs on Apple Macintosh.
* new formats Dylib/i386 and Dylib/ppc32 support shared libraries

View File

@ -1,6 +1,6 @@
#define UPX_VERSION_HEX 0x030400 /* 03.04.00 */
#define UPX_VERSION_STRING "3.04"
#define UPX_VERSION_STRING4 "3.04"
#define UPX_VERSION_DATE "Sep 27th 2009"
#define UPX_VERSION_DATE_ISO "2009-09-27"
#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"