From: RISCi_ATOM Date: Thu, 23 Mar 2017 22:07:42 +0000 (-0400) Subject: Update commit commit hash in scripts/getver.sh X-Git-Tag: v1.4-core-RC1~3 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0b4c2310200fc8f02468361de901d7d59bd9622d;p=librecmc%2Flibrecmc.git Update commit commit hash in scripts/getver.sh --- diff --git a/scripts/getver.sh b/scripts/getver.sh index 9175f411db..1242815cf0 100755 --- a/scripts/getver.sh +++ b/scripts/getver.sh @@ -12,7 +12,7 @@ try_version() { } try_git() { - REBOOT=ee53a240ac902dc83209008a2671e7fdcf55957a + REBOOT=b1426a23c685ce07995988682b5421556f104367 git rev-parse --git-dir >/dev/null 2>&1 || return 1 [ -n "$GET_REV" ] || GET_REV="HEAD"