diff --git a/NEWS b/NEWS index bc7faad5..4e915c55 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,8 @@ User visible changes for UPX ================================================================== +Changes in 2.92 beta (XX XXX 200.): + Changes in 2.91 beta (29 Nov 2006): * assorted bug fixes * arm/pe: fix "missing" icon & version info resource problem for wince 5 diff --git a/src/version.h b/src/version.h index 5df9737f..bfae5d64 100644 --- a/src/version.h +++ b/src/version.h @@ -1,6 +1,6 @@ -#define UPX_VERSION_HEX 0x029100 /* 02.91.00 */ -#define UPX_VERSION_STRING "2.91 beta" -#define UPX_VERSION_STRING4 "2.91" -#define UPX_VERSION_DATE "Nov 29th 2006" -#define UPX_VERSION_DATE_ISO "2006-11-29" +#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 "Nov 30th 2006" +#define UPX_VERSION_DATE_ISO "2006-11-30" #define UPX_VERSION_YEAR "2006"