Skip to content

Commit

Permalink
spearmint: Change version to 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
zturtleman committed Apr 13, 2018
1 parent 89e2718 commit 5dd74ad
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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=0.5
VERSION=0.6
endif

ifndef CLIENTBIN
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Discuss Spearmint on the Magical Clover Forum or check out the largely incomplet

## Git branches

* `master` branch is compatible with Spearmint 0.5.
* `master` branch is compatible with Spearmint 0.6.
* `devil` branch is for development (devil-op-mint) that is not compatible with the current release — it may be out of date compared to master.
* `coverity_scan` branch is for automatically running [Coverity Scan](https://scan.coverity.com/) on [Travis CI](https://travis-ci.org).
* `gh-pages` branch is the Spearmint website.
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 "0.5"
#define PRODUCT_VERSION "0.6"
#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=0.5
VERSION=0.6
endif
ifndef RELEASE
RELEASE=0
Expand Down

0 comments on commit 5dd74ad

Please sign in to comment.