From 2d4acd25868b57bd4a47117acb36c070fd62e7aa Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Thu, 17 May 2012 12:58:41 +1000 Subject: Update version numbers in Qt project files. --- src/LexGen.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/LexGen.py') diff --git a/src/LexGen.py b/src/LexGen.py index 1e3e74c6c..d03c4a24a 100755 --- a/src/LexGen.py +++ b/src/LexGen.py @@ -271,6 +271,12 @@ def UpdateVersionNumbers(root): "#define VERSION_SCINTILLA \"" + versionDotted + "\"") UpdateLineInFile(root + "scintilla/win32/ScintRes.rc", "#define VERSION_WORDS", "#define VERSION_WORDS " + versionCommad) + UpdateLineInFile(root + "scintilla/qt/ScintillaEditBase/ScintillaEditBase.pro", + "VERSION =", + "VERSION = " + versionDotted) + UpdateLineInFile(root + "scintilla/qt/ScintillaEdit/ScintillaEdit.pro", + "VERSION =", + "VERSION = " + versionDotted) UpdateLineInFile(root + "scintilla/doc/ScintillaDownload.html", " Release", " Release " + versionDotted) UpdateLineInFile(root + "scintilla/doc/index.html", -- cgit v1.2.3