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:
2
NEWS
2
NEWS
@ -2,6 +2,8 @@
|
||||
User visible changes for UPX
|
||||
==================================================================
|
||||
|
||||
Changes in 3.00 (08 Apr 2007):
|
||||
|
||||
Changes in 2.93 beta (08 Mar 2007):
|
||||
* new formats Mach/i386 and Mach/fat support Mac OS X i686 and
|
||||
Universal binaries [i686 and PowerPC only]
|
||||
|
@ -1,6 +1,6 @@
|
||||
#define UPX_VERSION_HEX 0x029300 /* 02.93.00 */
|
||||
#define UPX_VERSION_STRING "2.93 beta"
|
||||
#define UPX_VERSION_STRING4 "2.93"
|
||||
#define UPX_VERSION_DATE "Mar 8th 2007"
|
||||
#define UPX_VERSION_DATE_ISO "2007-03-08"
|
||||
#define UPX_VERSION_HEX 0x030000 /* 03.00.00 */
|
||||
#define UPX_VERSION_STRING "3.00"
|
||||
#define UPX_VERSION_STRING4 "3.00"
|
||||
#define UPX_VERSION_DATE "Apr 8th 2007"
|
||||
#define UPX_VERSION_DATE_ISO "2007-04-08"
|
||||
#define UPX_VERSION_YEAR "2007"
|
||||
|
Reference in New Issue
Block a user