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

Bump release date.

This commit is contained in:
Markus F.X.J. Oberhumer 2007-01-23 22:11:23 +01:00
parent 0bba700105
commit 70632e5541
2 changed files with 3 additions and 3 deletions

2
NEWS
View File

@ -2,7 +2,7 @@
User visible changes for UPX
==================================================================
Changes in 2.92 beta (XX Jan 2007):
Changes in 2.92 beta (23 Jan 2007):
* new option '--ultra-brute' which tries even more variants
* slightly improved compression ratio for some files when
using '--brute' or '--ultra-brute'

View File

@ -1,6 +1,6 @@
#define UPX_VERSION_HEX 0x029200 /* 02.92.00 */
#define UPX_VERSION_STRING "2.92 beta"
#define UPX_VERSION_STRING4 "2.92"
#define UPX_VERSION_DATE "Jan 14th 2007"
#define UPX_VERSION_DATE_ISO "2007-01-14"
#define UPX_VERSION_DATE "Jan 23rd 2007"
#define UPX_VERSION_DATE_ISO "2007-01-23"
#define UPX_VERSION_YEAR "2007"