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

Post-release version bump.

This commit is contained in:
Markus F.X.J. Oberhumer
2011-12-13 01:30:00 +01:00
parent 10acf3ddd1
commit cf28306997
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.09 (XX XXX XXXX):
Changes in 3.08 (12 Dec 2011):
* Fix allocation in runtime stub for darwin.macho-entry (i386 and amd64).
* Compress shared library on ELF i386 only [ld.so threatens even this case].

View File

@ -1,6 +1,6 @@
#define UPX_VERSION_HEX 0x030800 /* 03.08.00 */
#define UPX_VERSION_STRING "3.08"
#define UPX_VERSION_STRING4 "3.08"
#define UPX_VERSION_DATE "Dec 12th 2011"
#define UPX_VERSION_DATE_ISO "2011-12-12"
#define UPX_VERSION_HEX 0x030900 /* 03.09.00 */
#define UPX_VERSION_STRING "3.09"
#define UPX_VERSION_STRING4 "3.09"
#define UPX_VERSION_DATE "Dec 13th 2011"
#define UPX_VERSION_DATE_ISO "2011-12-13"
#define UPX_VERSION_YEAR "2011"