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