Skip to content

Commit

Permalink
Tag r1690 as 1.0.1 release / Bump version in trunk
Browse files Browse the repository at this point in the history
  • Loading branch information
MAN-AT-ARMS committed Nov 29, 2014
1 parent 114e74a commit 4b7a8ba
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions Makefile
Expand Up @@ -116,7 +116,7 @@ endif
export CROSS_COMPILING

ifndef VERSION
VERSION=1.0.2
VERSION=1.0.1
endif

ifndef CLIENTBIN
Expand Down Expand Up @@ -244,23 +244,23 @@ 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
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
Expand Down
4 changes: 2 additions & 2 deletions code/qcommon/q_shared.h
Expand Up @@ -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

Expand Down

0 comments on commit 4b7a8ba

Please sign in to comment.