blob: 03b7e78ec66f6f63bf85f552d8a0d841cd44a983 [file] [log] [blame]
from __future__ import print_function
from releaseCommon import Version
v = Version()
v.incrementMajorVersion()
v.updateVersionFile()
v.updateReadmeFile()
print( "Updated Version.hpp and README to v{0}".format( v.getVersionString() ) )