mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 00:15:32 +00:00
Move version.md to resources/ so that we can reference it more safely.
This commit is contained in:
parent
54bd82a121
commit
c13d8a57af
3 changed files with 3 additions and 2 deletions
|
|
@ -1 +1 @@
|
|||
11.0
|
||||
Please see resources/VERSION.md for the current target build version.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
1
resources/VERSION.md
Normal file
1
resources/VERSION.md
Normal file
|
|
@ -0,0 +1 @@
|
|||
11.0
|
||||
Loading…
Add table
Reference in a new issue