mirror of
https://github.com/greatscottgadgets/hackrf.git
synced 2026-02-20 00:33:48 +01:00
Set version to 2026.01.2
This commit is contained in:
@@ -1219,7 +1219,7 @@ def get_version():
|
||||
version = subprocess.run(["git", "log", "-n" "1", "--format=%h"],
|
||||
capture_output=True, encoding="utf-8", timeout=TIMEOUT)
|
||||
if version.returncode != 0:
|
||||
return "2026.01.1+"
|
||||
return "2026.01.2"
|
||||
elif version.returncode == 0:
|
||||
dirty = subprocess.run(["git", "status", "-s", "--untracked-files=no"],
|
||||
capture_output=True, encoding="utf-8", timeout=TIMEOUT)
|
||||
|
||||
Reference in New Issue
Block a user