From 377472a6dd2c9bdff4d5667f5789c49aee2abb4c Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Fri, 7 Oct 2016 14:43:09 +0200 Subject: Added sol2 header only library as future replacement for luabridge (nw) --- 3rdparty/sol2/Catch/scripts/patchRelease.py | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 3rdparty/sol2/Catch/scripts/patchRelease.py (limited to '3rdparty/sol2/Catch/scripts/patchRelease.py') diff --git a/3rdparty/sol2/Catch/scripts/patchRelease.py b/3rdparty/sol2/Catch/scripts/patchRelease.py new file mode 100644 index 00000000000..6abf87af152 --- /dev/null +++ b/3rdparty/sol2/Catch/scripts/patchRelease.py @@ -0,0 +1,9 @@ +from __future__ import print_function +from releaseCommon import Version + +v = Version() +v.incrementPatchNumber() +v.updateVersionFile() +v.updateReadmeFile() + +print( "Updated Version.hpp and README to v{0}".format( v.getVersionString() ) ) \ No newline at end of file -- cgit v1.2.3-70-g09d2