From e56799c993f3ea4a1dece0081eaa3a3db2f38ef3 Mon Sep 17 00:00:00 2001 From: "Markus F.X.J. Oberhumer" Date: Tue, 27 Apr 2010 17:26:05 +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 a1e9027c..a1ee9a37 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,8 @@ User visible changes for UPX ================================================================== +Changes in 3.06 (XX XXX XXXX): + Changes in 3.05 (27 Apr 2010): * i386-linux and amd64-linux support shared libraries (DT_INIT must exist, all info needed by runtime loader must be first in .text, etc.) diff --git a/src/version.h b/src/version.h index 5350b8be..8c684744 100644 --- a/src/version.h +++ b/src/version.h @@ -1,6 +1,6 @@ -#define UPX_VERSION_HEX 0x030500 /* 03.05.00 */ -#define UPX_VERSION_STRING "3.05" -#define UPX_VERSION_STRING4 "3.05" -#define UPX_VERSION_DATE "Apr 27th 2010" -#define UPX_VERSION_DATE_ISO "2010-04-27" +#define UPX_VERSION_HEX 0x030600 /* 03.06.00 */ +#define UPX_VERSION_STRING "3.06" +#define UPX_VERSION_STRING4 "3.06" +#define UPX_VERSION_DATE "Apr 28th 2010" +#define UPX_VERSION_DATE_ISO "2010-04-28" #define UPX_VERSION_YEAR "2010"