From 2f3c108d42f0488ebdfb77df665ddad6db2d816d Mon Sep 17 00:00:00 2001 From: "Markus F.X.J. Oberhumer" Date: Thu, 27 Apr 2006 12:27:23 +0000 Subject: [PATCH] Next version will be 2.01. committer: mfx 1146140843 +0000 --- src/version.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/version.h b/src/version.h index accce460..2d573895 100644 --- a/src/version.h +++ b/src/version.h @@ -1,6 +1,6 @@ -#define UPX_VERSION_HEX 0x020000 /* 02.00.00 */ -#define UPX_VERSION_STRING "2.00" -#define UPX_VERSION_STRING4 "2.00" -#define UPX_VERSION_DATE "Apr 27th 2006" -#define UPX_VERSION_DATE_ISO "2006-04-27" +#define UPX_VERSION_HEX 0x020100 /* 02.01.00 */ +#define UPX_VERSION_STRING "2.01" +#define UPX_VERSION_STRING4 "2.01" +#define UPX_VERSION_DATE "Apr 28th 2006" +#define UPX_VERSION_DATE_ISO "2006-04-28" #define UPX_VERSION_YEAR "2006"