From 4b7a8bae23faaea4c80a162804bf8a8242a10a46 Mon Sep 17 00:00:00 2001 From: "M4N4T4RMS@gmail.com" Date: Sat, 29 Nov 2014 14:26:43 +0000 Subject: [PATCH] Tag r1690 as 1.0.1 release / Bump version in trunk --- Makefile | 10 +++++----- code/qcommon/q_shared.h | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index 42a8ab16..ed00637f 100644 --- a/Makefile +++ b/Makefile @@ -116,7 +116,7 @@ endif export CROSS_COMPILING ifndef VERSION -VERSION=1.0.2 +VERSION=1.0.1 endif ifndef CLIENTBIN @@ -244,11 +244,11 @@ DEBUG_CFLAGS=-g -O0 -ggdb3 endif ifndef USE_SVN -USE_SVN=1 +USE_SVN=0 endif ifndef USE_ANTIWALLHACK -USE_ANTIWALLHACK=0 +USE_ANTIWALLHACK=1 endif ifndef USE_BLOOM @@ -256,11 +256,11 @@ USE_BLOOM=1 endif ifndef USE_ADMIN -USE_ADMIN=0 +USE_ADMIN=1 endif ifndef USE_MONEY -USE_MONEY=0 +USE_MONEY=1 endif ifndef USE_LOCALISATION diff --git a/code/qcommon/q_shared.h b/code/qcommon/q_shared.h index eb0fd0ff..84f6039e 100644 --- a/code/qcommon/q_shared.h +++ b/code/qcommon/q_shared.h @@ -73,10 +73,10 @@ If you have questions concerning this license or the applicable additional terms #define Q3_VERSION PRODUCT_NAME " " PRODUCT_VERSION -#define RTCWCOOP_VERSION_NUMBER "1.0.2" +#define RTCWCOOP_VERSION_NUMBER "1.0.1" #define RTCWCOOP_VERSION_DIGIT_1 1 #define RTCWCOOP_VERSION_DIGIT_2 0 -#define RTCWCOOP_VERSION_DIGIT_3 2 +#define RTCWCOOP_VERSION_DIGIT_3 1 #define MAX_COOP_CLIENTS 8