mirror of
https://github.com/upx/upx.git
synced 2024-11-23 04:39:59 +00:00
Bump version for next release.
This commit is contained in:
parent
25d3a0de27
commit
c0ad31acfc
2
NEWS
2
NEWS
@ -2,6 +2,8 @@
|
||||
User visible changes for UPX
|
||||
==================================================================
|
||||
|
||||
Changes in 3.04 (XX XXX 2008):
|
||||
|
||||
Changes in 3.03 (27 Apr 2008):
|
||||
* implement cache flushing for PowerPC (esp. model 440)
|
||||
* fix cache flushing on MIPS (>3 MiB compressed, or with holes)
|
||||
|
@ -1,6 +1,6 @@
|
||||
#define UPX_VERSION_HEX 0x030300 /* 03.03.00 */
|
||||
#define UPX_VERSION_STRING "3.03"
|
||||
#define UPX_VERSION_STRING4 "3.03"
|
||||
#define UPX_VERSION_DATE "Apr 27th 2008"
|
||||
#define UPX_VERSION_DATE_ISO "2008-04-27"
|
||||
#define UPX_VERSION_HEX 0x030400 /* 03.04.00 */
|
||||
#define UPX_VERSION_STRING "3.04"
|
||||
#define UPX_VERSION_STRING4 "3.04"
|
||||
#define UPX_VERSION_DATE "Apr 28th 2008"
|
||||
#define UPX_VERSION_DATE_ISO "2008-04-28"
|
||||
#define UPX_VERSION_YEAR "2008"
|
||||
|
Loading…
Reference in New Issue
Block a user