From: RISCi_ATOM Date: Tue, 12 Feb 2019 11:09:21 +0000 (-0500) Subject: Forgot to update scripts/getver.sh git check-in hash. X-Git-Tag: v1.5.0-20190402_alpha~6 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=771d4e21273603b7a9f55333bd594d27942e29e1;p=librecmc%2Flibrecmc.git Forgot to update scripts/getver.sh git check-in hash. --- diff --git a/scripts/getver.sh b/scripts/getver.sh index 8f93c4ba9a..392cd852bf 100755 --- a/scripts/getver.sh +++ b/scripts/getver.sh @@ -12,7 +12,7 @@ try_version() { } try_git() { - REBOOT=35e9515064308d77f01f53badcf02973ba94b387 + REBOOT=dc0e62a006c976755ff80264aca2f77046206ddb git rev-parse --git-dir >/dev/null 2>&1 || return 1 [ -n "$GET_REV" ] || GET_REV="HEAD"