From c13d8a57afe1efb978fc2caaf7fea687cfb8175b Mon Sep 17 00:00:00 2001 From: Marc Durdin Date: Thu, 22 Mar 2018 15:39:08 +0700 Subject: [PATCH] Move version.md to resources/ so that we can reference it more safely. --- VERSION.md | 2 +- mac/build.sh | 2 +- resources/VERSION.md | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 resources/VERSION.md diff --git a/VERSION.md b/VERSION.md index 3b5b5d8f0b..584e765672 100644 --- a/VERSION.md +++ b/VERSION.md @@ -1 +1 @@ -11.0 \ No newline at end of file +Please see resources/VERSION.md for the current target build version. diff --git a/mac/build.sh b/mac/build.sh index 42ed7b4ac6..a3fb376fc9 100755 --- a/mac/build.sh +++ b/mac/build.sh @@ -97,7 +97,7 @@ CONFIG="Debug" LOCALDEPLOY=false PREPRELEASE=false KM_TIER="alpha" -KM_VERSION=`cat ../VERSION.md`.0 +KM_VERSION=`cat ../resources/VERSION.md`.0 UPDATE_VERSION_IN_PLIST=false DO_KEYMANENGINE=true DO_KEYMANIM=true diff --git a/resources/VERSION.md b/resources/VERSION.md new file mode 100644 index 0000000000..3b5b5d8f0b --- /dev/null +++ b/resources/VERSION.md @@ -0,0 +1 @@ +11.0 \ No newline at end of file