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.92 (XX XXX 2014):
|
||||
|
||||
Changes in 3.91 (30 Sep 2013):
|
||||
* Added experimental support for Windows 64-bit PE files, based on
|
||||
work by Stefan Widmann. Please use for testing only!
|
||||
|
@ -1,6 +1,6 @@
|
||||
#define UPX_VERSION_HEX 0x035b00 /* 03.91.00 */
|
||||
#define UPX_VERSION_STRING "3.91"
|
||||
#define UPX_VERSION_STRING4 "3.91"
|
||||
#define UPX_VERSION_DATE "Sep 30th 2013"
|
||||
#define UPX_VERSION_DATE_ISO "2013-09-30"
|
||||
#define UPX_VERSION_YEAR "2013"
|
||||
#define UPX_VERSION_HEX 0x035c00 /* 03.91.00 */
|
||||
#define UPX_VERSION_STRING "3.92"
|
||||
#define UPX_VERSION_STRING4 "3.92"
|
||||
#define UPX_VERSION_DATE "Mar 30th 2014"
|
||||
#define UPX_VERSION_DATE_ISO "2014-03-30"
|
||||
#define UPX_VERSION_YEAR "2014"
|
||||
|
Reference in New Issue
Block a user