From 40fa0030721936259231041ac2cf70235fa6f337 Mon Sep 17 00:00:00 2001 From: ARATA Mizuki Date: Sat, 10 Jan 2015 20:12:58 +0900 Subject: [PATCH] Update Scintilla from 3.4.2 to 3.4.3 (no real changes) --- src/stc/scintilla/README.txt | 2 +- src/stc/stc.cpp | 2 +- src/stc/stc.cpp.in | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/stc/scintilla/README.txt b/src/stc/scintilla/README.txt index 039197594a..39f7624a88 100644 --- a/src/stc/scintilla/README.txt +++ b/src/stc/scintilla/README.txt @@ -3,7 +3,7 @@ directories from the Scintilla source distribution. All other code needed to implement Scintilla on top of wxWidgets is located in the directory above this one. -The current version of the Scintilla code is 3.4.2 +The current version of the Scintilla code is 3.4.3 These are the basic steps needed to update the version of Scintilla used by wxSTC. diff --git a/src/stc/stc.cpp b/src/stc/stc.cpp index 8226154980..e2f2c6ca39 100644 --- a/src/stc/stc.cpp +++ b/src/stc/stc.cpp @@ -5323,7 +5323,7 @@ wxStyledTextEvent::wxStyledTextEvent(const wxStyledTextEvent& event): /*static*/ wxVersionInfo wxStyledTextCtrl::GetLibraryVersionInfo() { - return wxVersionInfo("Scintilla", 3, 4, 2, "Scintilla 3.4.2"); + return wxVersionInfo("Scintilla", 3, 4, 3, "Scintilla 3.4.3"); } #endif // wxUSE_STC diff --git a/src/stc/stc.cpp.in b/src/stc/stc.cpp.in index 8502aab9c2..c73c230245 100644 --- a/src/stc/stc.cpp.in +++ b/src/stc/stc.cpp.in @@ -1205,7 +1205,7 @@ wxStyledTextEvent::wxStyledTextEvent(const wxStyledTextEvent& event): /*static*/ wxVersionInfo wxStyledTextCtrl::GetLibraryVersionInfo() { - return wxVersionInfo("Scintilla", 3, 4, 2, "Scintilla 3.4.2"); + return wxVersionInfo("Scintilla", 3, 4, 3, "Scintilla 3.4.3"); } #endif // wxUSE_STC