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 8332501 commit 114e74a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -116,7 +116,7 @@ endif
export CROSS_COMPILING

ifndef VERSION
VERSION=1.0.1
VERSION=1.0.2
endif

ifndef CLIENTBIN
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.1"
#define RTCWCOOP_VERSION_NUMBER "1.0.2"
#define RTCWCOOP_VERSION_DIGIT_1 1
#define RTCWCOOP_VERSION_DIGIT_2 0
#define RTCWCOOP_VERSION_DIGIT_3 1
#define RTCWCOOP_VERSION_DIGIT_3 2

#define MAX_COOP_CLIENTS 8

Expand Down

0 comments on commit 114e74a

Please sign in to comment.