diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-04-09 19:36:01 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-04-09 19:36:01 +0200 |
commit | f42b61800a1a1b360c5ac915ec1caf34bf1fb86b (patch) | |
tree | 89be88e0c37aeaa53e55de643586f9d5d4a3d5d2 /CMakeLists.txt | |
parent | cce716909e5236f1aa2971a4db45a007c7efe416 (diff) |
New upstream version 6.2.0upstream/6.2.0
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 7876b79..4a2e4da 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 2.8) project(oniguruma C) set(PACKAGE onig) -set(PACKAGE_VERSION "6.1.3") +set(PACKAGE_VERSION "6.2.0") set(USE_COMBINATION_EXPLOSION_CHECK 0) set(USE_CRNL_AS_LINE_TERMINATOR 0) |