Blame scripts/patchRelease.py

rpm-build a7f80b
#!/usr/bin/env python
rpm-build a7f80b
rpm-build a7f80b
from  __future__ import  print_function
rpm-build a7f80b
import releaseCommon
rpm-build a7f80b
rpm-build a7f80b
v = releaseCommon.Version()
rpm-build a7f80b
v.incrementPatchNumber()
rpm-build a7f80b
releaseCommon.performUpdates(v)
rpm-build a7f80b
rpm-build a7f80b
print( "Updated Version.hpp, README and Conan to v{0}".format( v.getVersionString() ) )