Skip to content

Commit bfb64f1

Browse files
committed
Fix default git_ver
1 parent a67aa56 commit bfb64f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/makecorever.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
import subprocess
2323

2424

25-
def generate(path, platform_path, git_ver="0xffffffff", git_desc="unspecified"):
25+
def generate(path, platform_path, git_ver="ffffffff", git_desc="unspecified"):
2626
def git(*args):
2727
cmd = ["git", "-C", platform_path]
2828
cmd.extend(args)

0 commit comments

Comments
 (0)