]> git.lyx.org Git - features.git/commitdiff
Amend c3484fa6, adapt cmake-build to new hunspell-version
authorKornel Benko <kornel@lyx.org>
Wed, 12 Jun 2019 17:29:46 +0000 (19:29 +0200)
committerKornel Benko <kornel@lyx.org>
Wed, 12 Jun 2019 17:29:46 +0000 (19:29 +0200)
3rdparty/hunspell/CMakeLists.txt

index 9dbb56cd791c96876b5e77a86eee0ebf3d9845e5..dfa9a287c0020e5ccacd2ba271030f748f721e2f 100644 (file)
@@ -7,7 +7,7 @@ endif()
 
 project(hunspell)
 
-set(HUNSPELL_VERSION 1.6.2)
+set(HUNSPELL_VERSION 1.7.0)
 
 set(SRCDIR ${CMAKE_CURRENT_SOURCE_DIR}/${HUNSPELL_VERSION}/src)