1
0
mirror of https://github.com/upx/upx synced 2025-09-28 19:06:07 +08:00

Bump version year.

This commit is contained in:
Markus F.X.J. Oberhumer 2015-01-03 00:26:48 +01:00
parent fb611a98f9
commit 4551937812
2 changed files with 5 additions and 5 deletions

2
NEWS
View File

@ -2,7 +2,7 @@
User visible changes for UPX
==================================================================
Changes in 3.92 (XX XXX 2014):
Changes in 3.92 (XX XXX 2015):
* all pe formats: important internal changes - reunited the diverged
source files - please report regressions into the bug tracker

View File

@ -1,6 +1,6 @@
#define UPX_VERSION_HEX 0x035c00 /* 03.91.00 */
#define UPX_VERSION_HEX 0x035c00 /* 03.92.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"
#define UPX_VERSION_DATE "Mar 30th 2015"
#define UPX_VERSION_DATE_ISO "2015-03-30"
#define UPX_VERSION_YEAR "2015"