Skip to content

Commit

Permalink
spearmint: Change version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zturtleman committed Nov 16, 2018
1 parent 149aa8a commit 70a2846
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ endif
export CROSS_COMPILING

ifndef VERSION
VERSION=1.0.0
VERSION=1.0.1
endif

ifndef CLIENTBIN
Expand Down
2 changes: 1 addition & 1 deletion code/qcommon/qcommon.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Suite 120, Rockville, Maryland 20850 USA.

// Keep this in-sync with VERSION in Makefile.
#ifndef PRODUCT_VERSION
#define PRODUCT_VERSION "1.0.0"
#define PRODUCT_VERSION "1.0.1"
#endif

#define Q3_VERSION PRODUCT_NAME " " PRODUCT_VERSION
Expand Down
2 changes: 1 addition & 1 deletion misc/nsis/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ifndef FSNAME
FSNAME=spearmint
endif
ifndef VERSION
VERSION=1.0.0
VERSION=1.0.1
endif
ifndef RELEASE
RELEASE=0
Expand Down

0 comments on commit 70a2846

Please sign in to comment.