Skip to content

Commit

Permalink
Update version to 0.5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Vezzra committed Mar 3, 2024
1 parent 9356b64 commit 058af3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/make_versioncpp.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def compile_output(self, template, version, branch, build_no, build_sys, version
if system() == "Darwin":
generators.append(Generator("packaging/Info.plist.in", "packaging/Info.plist"))

version = "0.5"
version = "0.5.0.1"
branch = ""
build_no = INVALID_BUILD_NO
version_file_name = version
Expand Down

0 comments on commit 058af3c

Please sign in to comment.