Bump version for next release.

This commit is contained in:
Markus F.X.J. Oberhumer 2007-01-23 22:17:02 +01:00
parent f4cbe3f300
commit 39f5eb753f
2 changed files with 7 additions and 5 deletions

2
NEWS
View File

@ -2,6 +2,8 @@
User visible changes for UPX
==================================================================
Changes in 2.93 beta (XX XXX 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

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 23rd 2007"
#define UPX_VERSION_DATE_ISO "2007-01-23"
#define UPX_VERSION_HEX 0x029300 /* 02.93.00 */
#define UPX_VERSION_STRING "2.93 beta"
#define UPX_VERSION_STRING4 "2.93"
#define UPX_VERSION_DATE "Jan 24th 2007"
#define UPX_VERSION_DATE_ISO "2007-01-24"
#define UPX_VERSION_YEAR "2007"