Skip to content

Commit

Permalink
QScintilla: upgraded to version 2.11.4 (#2307).
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Mar 26, 2020
1 parent 5100976 commit 651faf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/plugins/thirdParty/QScintilla/CMakeLists.txt
Expand Up @@ -3,7 +3,7 @@ project(QScintillaPlugin)
# Name and version of our package

set(PACKAGE_NAME QScintilla)
set(PACKAGE_VERSION 2.11.3)
set(PACKAGE_VERSION 2.11.4)

# Version of our library

Expand All @@ -12,7 +12,7 @@ set(LIBRARY_VERSION ${MAJOR_LIBRARY_VERSION}.0.0)

# Git tag for our library

set(GIT_TAG v2.11.3)
set(GIT_TAG v2.11.4)

# Specify where our local package will be installed

Expand Down

0 comments on commit 651faf1

Please sign in to comment.