diff --git a/README.md b/README.md index 40ff5f26c..9052ac063 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ CPU is also available. ## Download for Windows -#### Download [Glest 1.0 from here](https://github.com/Glest/windows-installer/archive/1.0.zip). +#### Download [Glest 2.0 from here](https://github.com/Glest/windows-installer/archive/2.0.zip). Additionally, if you want to contribute with the code on Windows, [please follow these diff --git a/mk/linux/clone-data.sh b/mk/linux/clone-data.sh index 0789f3241..6a68076db 100755 --- a/mk/linux/clone-data.sh +++ b/mk/linux/clone-data.sh @@ -6,7 +6,7 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )" cd $DIR mkdir build cd build -git clone https://github.com/Glest/glest-data.git data --branch 1.0 +git clone https://github.com/Glest/glest-data.git data --branch 2.0 cd .. if [ `id -u`'x' == '0x' ] || [ "$1" == "--manually" ]; then