From fc854b4c77450da108d5aea89a8f8c41de55c39b Mon Sep 17 00:00:00 2001 From: "Markus F.X.J. Oberhumer" Date: Sun, 27 Sep 2009 20:08:49 +0200 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 f5667cf9..2ef722f0 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,8 @@ User visible changes for UPX ================================================================== +Changes in 3.05 (XX XXX XXXX): + Changes in 3.04 (27 Sep 2009): * new format Mach/AMD64 supports 64-bit programs on Apple Macintosh. * new formats Dylib/i386 and Dylib/ppc32 support shared libraries diff --git a/src/version.h b/src/version.h index 81f6db76..6df47693 100644 --- a/src/version.h +++ b/src/version.h @@ -1,6 +1,6 @@ -#define UPX_VERSION_HEX 0x030400 /* 03.04.00 */ -#define UPX_VERSION_STRING "3.04" -#define UPX_VERSION_STRING4 "3.04" -#define UPX_VERSION_DATE "Sep 27th 2009" -#define UPX_VERSION_DATE_ISO "2009-09-27" +#define UPX_VERSION_HEX 0x030500 /* 03.05.00 */ +#define UPX_VERSION_STRING "3.05" +#define UPX_VERSION_STRING4 "3.05" +#define UPX_VERSION_DATE "Sep 28th 2009" +#define UPX_VERSION_DATE_ISO "2009-09-28" #define UPX_VERSION_YEAR "2009"