From a6b5e3d0ae064c070568c85c5c2df1d1e0f8285d Mon Sep 17 00:00:00 2001 From: "Markus F.X.J. Oberhumer" Date: Wed, 29 Nov 2006 05:41:39 +0100 Subject: [PATCH] Bump version for next release. --- NEWS | 2 ++ src/version.h | 10 +++++----- 2 files changed, 7 insertions(+), 5 deletions(-) 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"