Update Scintilla from 3.4.2 to 3.4.3 (no real changes)

This commit is contained in:
ARATA Mizuki
2015-01-10 20:12:58 +09:00
committed by Vadim Zeitlin
parent 40a18a74f9
commit 40fa003072
3 changed files with 3 additions and 3 deletions

View File

@@ -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.

View File

@@ -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

View File

@@ -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