1
0
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:
Markus F.X.J. Oberhumer
2014-01-07 23:08:00 +01:00
parent a26c982e93
commit fb93662b5c
2 changed files with 8 additions and 6 deletions

2
NEWS
View File

@ -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!

View File

@ -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"