Skip to content

Commit

Permalink
Change Lilium Voyager version to 1.40
Browse files Browse the repository at this point in the history
  • Loading branch information
zturtleman committed Nov 2, 2019
1 parent 267d85f commit ec2cf10
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 @@ -119,7 +119,7 @@ export CROSS_COMPILING

ifndef VERSION
ifeq ($(BUILD_ELITEFORCE),1)
VERSION=1.39
VERSION=1.40
else
VERSION=1.36
endif
Expand Down
2 changes: 1 addition & 1 deletion code/qcommon/q_shared.h
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA

#ifndef PRODUCT_VERSION
#ifdef ELITEFORCE
#define PRODUCT_VERSION "1.39"
#define PRODUCT_VERSION "1.40"
#else
#define PRODUCT_VERSION "1.36"
#endif
Expand Down
2 changes: 1 addition & 1 deletion make-macosx-app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ fi

AVAILABLE_ARCHS=""

IOQ3_VERSION="1.39" # `grep '^VERSION=' Makefile | sed -e 's/.*=\(.*\)/\1/'`
IOQ3_VERSION="1.40" # `grep '^VERSION=' Makefile | sed -e 's/.*=\(.*\)/\1/'`
IOQ3_RENDERER_PREFIX="liliumvoyhm_renderer_" # `grep '^RENDERER_PREFIX=' Makefile | sed -e 's/.*=\(.*\)/\1/'`
IOQ3_CLIENT_ARCHS=""
IOQ3_SERVER_ARCHS=""
Expand Down

0 comments on commit ec2cf10

Please sign in to comment.