summarylogtreecommitdiffstats
path: root/new-version-format.patch
blob: 9556c9d6022cf59fc6c3d7f994776a97723df53e (plain)
1
2
3
4
5
6
7
8
9
10
11
diff --git a/scripts/prepare b/scripts/prepare
index 0186aff..12e397a 100755
--- a/scripts/prepare
+++ b/scripts/prepare
@@ -3,5 +3,5 @@
 PROJDIR="$(cd "$(dirname "${0}")/../" && pwd)"
 
 if [[ ! -d "${PROJDIR}/lib/qtil" ]]; then
-    git clone https://github.com/akiraohgaki/qtil.git -b release-0.4.0 --single-branch --depth=1 "${PROJDIR}/lib/qtil"
+    git clone https://github.com/akiraohgaki/qtil.git -b v0.4.0 --single-branch --depth=1 "${PROJDIR}/lib/qtil"
 fi