We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb6ecfb commit b6bcaa5Copy full SHA for b6bcaa5
1 file changed
tools/release-set-version.py
@@ -59,7 +59,6 @@ def set_version(new_version:str):
59
print(f'Aborting, must be executed from {expected_branch} branch')
60
return
61
62
- v2 = '.'.join(v[:2])
63
v3 = '.'.join(v[:3])
64
65
cppcheck_version_string = (v[0] + '.' + str(int(v[1])+1) + ' dev') if is_dev_version else new_version
0 commit comments