vendor Catch2 and ETL
This commit is contained in:
9
contrib/fsfw_contrib/Catch2-3.7.1/tools/scripts/majorRelease.py
Executable file
9
contrib/fsfw_contrib/Catch2-3.7.1/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