Skip to content

Commit

Permalink
update version script
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieucarbou committed Oct 31, 2024
1 parent c65dfa9 commit fb97312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def do_main():
if has_local_modifications:
version += "_modified"

# version = "v2.40.2_rc1"
# version = "v2.40.2-rc1"
tagPattern = re.compile("^v[0-9]+.[0-9]+.[0-9]+([_-][a-zA-Z0-9]+)?$")
constantFile = os.path.join(env.subst("$BUILD_DIR"), "__compiled_constants.c")
with open(constantFile, "w") as f:
Expand Down

0 comments on commit fb97312

Please sign in to comment.