Browse Source

Fix scripts/getver.sh git hash

RISCi_ATOM 5 years ago
parent
commit
c2a83d3711
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/getver.sh

+ 1 - 1
scripts/getver.sh

@@ -12,7 +12,7 @@ try_version() {
 }
 
 try_git() {
-	REBOOT=ee53a240ac902dc83209008a2671e7fdcf55957a
+	REBOOT=1474ba39ab1bdfc29322ba6fde05d8c7eeff1a5f
 	git rev-parse --git-dir >/dev/null 2>&1 || return 1
 
 	[ -n "$GET_REV" ] || GET_REV="HEAD"