From 34018f3289aa5946032033bcdba8e101df1ae525 Mon Sep 17 00:00:00 2001 From: dail8859 Date: Mon, 3 Jul 2017 08:48:28 -0400 Subject: [PATCH] Bump version to v1.1 --- src/Version.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Version.h b/src/Version.h index 2452d76..ec4c5df 100644 --- a/src/Version.h +++ b/src/Version.h @@ -16,8 +16,8 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -#define VERSION_NUM 1,0,0,0 -#define VERSION_LINEAR 1000 -#define VERSION_LINEAR_TEXT TEXT("1000") -#define VERSION_TEXT TEXT("1.0") // This must match the tag pushed on the server minus the "v" +#define VERSION_NUM 1,1,0,0 +#define VERSION_LINEAR 1100 +#define VERSION_LINEAR_TEXT TEXT("1100") +#define VERSION_TEXT TEXT("1.1") // This must match the tag pushed on the server minus the "v" #define VERSION_STAGE TEXT("") // "alpha", "beta", ""