mirror of
https://github.com/upx/upx
synced 2025-09-28 19:06:07 +08:00
Bump version for next release.
This commit is contained in:
parent
506bd0abcf
commit
d36c8d95ad
2
NEWS
2
NEWS
|
@ -2,6 +2,8 @@
|
|||
User visible changes for UPX
|
||||
==================================================================
|
||||
|
||||
Changes in 3.03 (XX XXX 2008):
|
||||
|
||||
Changes in 3.02 (16 Dec 2007):
|
||||
* fix unmapping on arm-linux.elf
|
||||
* fix error checking in mmap for i386-linux.elf [triggered by -fPIE]
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#define UPX_VERSION_HEX 0x030200 /* 03.02.00 */
|
||||
#define UPX_VERSION_STRING "3.02"
|
||||
#define UPX_VERSION_STRING4 "3.02"
|
||||
#define UPX_VERSION_DATE "Dec 16th 2007"
|
||||
#define UPX_VERSION_DATE_ISO "2007-12-16"
|
||||
#define UPX_VERSION_HEX 0x030300 /* 03.03.00 */
|
||||
#define UPX_VERSION_STRING "3.03"
|
||||
#define UPX_VERSION_STRING4 "3.03"
|
||||
#define UPX_VERSION_DATE "Dec 17th 2007"
|
||||
#define UPX_VERSION_DATE_ISO "2007-12-17"
|
||||
#define UPX_VERSION_YEAR "2007"
|
||||
|
|
Loading…
Reference in New Issue
Block a user