Browse Source

Update commit commit hash in scripts/getver.sh

RISCi_ATOM 7 years ago
parent
commit
0b4c231020
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=b1426a23c685ce07995988682b5421556f104367
 	git rev-parse --git-dir >/dev/null 2>&1 || return 1
 
 	[ -n "$GET_REV" ] || GET_REV="HEAD"