From cf283069971be966a73ef80753dc5299220d7183 Mon Sep 17 00:00:00 2001 From: "Markus F.X.J. Oberhumer" Date: Tue, 13 Dec 2011 01:30:00 +0100 Subject: [PATCH] Post-release version bump. --- NEWS | 2 ++ src/version.h | 10 +++++----- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index b2466c91..183f8e1b 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,8 @@ User visible changes for UPX ================================================================== +Changes in 3.09 (XX XXX XXXX): + Changes in 3.08 (12 Dec 2011): * Fix allocation in runtime stub for darwin.macho-entry (i386 and amd64). * Compress shared library on ELF i386 only [ld.so threatens even this case]. diff --git a/src/version.h b/src/version.h index 79b61ecc..d734e32d 100644 --- a/src/version.h +++ b/src/version.h @@ -1,6 +1,6 @@ -#define UPX_VERSION_HEX 0x030800 /* 03.08.00 */ -#define UPX_VERSION_STRING "3.08" -#define UPX_VERSION_STRING4 "3.08" -#define UPX_VERSION_DATE "Dec 12th 2011" -#define UPX_VERSION_DATE_ISO "2011-12-12" +#define UPX_VERSION_HEX 0x030900 /* 03.09.00 */ +#define UPX_VERSION_STRING "3.09" +#define UPX_VERSION_STRING4 "3.09" +#define UPX_VERSION_DATE "Dec 13th 2011" +#define UPX_VERSION_DATE_ISO "2011-12-13" #define UPX_VERSION_YEAR "2011"