We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a76f21 commit 76e62b2Copy full SHA for 76e62b2
find_version.py
@@ -65,7 +65,7 @@
65
else:
66
# local version identifier, not to be published on PyPI
67
version = git_hash
68
- opencv_version += ".{}".format(version)
+ opencv_version += "+{}".format(version)
69
70
with open("cv2/version.py", "w") as f:
71
f.write('opencv_version = "{}"\n'.format(opencv_version))
0 commit comments