Initial commit
This commit is contained in:
9
lib/catch2/tools/scripts/majorRelease.py
Executable file
9
lib/catch2/tools/scripts/majorRelease.py
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
import releaseCommon
|
||||
|
||||
v = releaseCommon.Version()
|
||||
v.incrementMajorVersion()
|
||||
releaseCommon.performUpdates(v)
|
||||
|
||||
print( "Updated files to v{0}".format( v.getVersionString() ) )
|
Reference in New Issue
Block a user