Skip to content

Commit

Permalink
spearmint: Change version to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zturtleman committed Jul 10, 2020
1 parent 46d1608 commit d361585
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.2
VERSION=1.0.3
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.2"
#define PRODUCT_VERSION "1.0.3"
#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.2
VERSION=1.0.3
endif
ifndef RELEASE
RELEASE=0
Expand Down

0 comments on commit d361585

Please sign in to comment.