diff options
author | 2017-02-05 16:01:50 +0100 | |
---|---|---|
committer | 2017-02-05 16:06:06 +0100 | |
commit | ac096aa2a0921efde96b76252dffb119dcf27efc (patch) | |
tree | 2ad9a28a7f6babce8cfcbf5995e3e055ff13ff60 /3rdparty/sol2/Catch/scripts/minorRelease.py | |
parent | 29df715138452ee18ba19ec4b07e18c4b3185de7 (diff) |
Update sol2 (nw)
Diffstat (limited to '3rdparty/sol2/Catch/scripts/minorRelease.py')
-rw-r--r-- | 3rdparty/sol2/Catch/scripts/minorRelease.py | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/3rdparty/sol2/Catch/scripts/minorRelease.py b/3rdparty/sol2/Catch/scripts/minorRelease.py deleted file mode 100644 index bbd97ed042e..00000000000 --- a/3rdparty/sol2/Catch/scripts/minorRelease.py +++ /dev/null @@ -1,9 +0,0 @@ -from __future__ import print_function -from releaseCommon import Version - -v = Version() -v.incrementMinorVersion() -v.updateVersionFile() -v.updateReadmeFile() - -print( "Updated Version.hpp and README to v{0}".format( v.getVersionString() ) )
\ No newline at end of file |