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
+1 -1
View File
@@ -2,7 +2,7 @@
User visible changes for UPX 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 * new option '--ultra-brute' which tries even more variants
* slightly improved compression ratio for some files when * slightly improved compression ratio for some files when
using '--brute' or '--ultra-brute' using '--brute' or '--ultra-brute'
+2 -2
View File
@@ -1,6 +1,6 @@
#define UPX_VERSION_HEX 0x029200 /* 02.92.00 */ #define UPX_VERSION_HEX 0x029200 /* 02.92.00 */
#define UPX_VERSION_STRING "2.92 beta" #define UPX_VERSION_STRING "2.92 beta"
#define UPX_VERSION_STRING4 "2.92" #define UPX_VERSION_STRING4 "2.92"
#define UPX_VERSION_DATE "Jan 14th 2007" #define UPX_VERSION_DATE "Jan 23rd 2007"
#define UPX_VERSION_DATE_ISO "2007-01-14" #define UPX_VERSION_DATE_ISO "2007-01-23"
#define UPX_VERSION_YEAR "2007" #define UPX_VERSION_YEAR "2007"