diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-08-06 19:01:50 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-08-06 19:01:50 +0200 |
commit | 135c50090630219710f17c941d0b666f4c9b781a (patch) | |
tree | d1826d06007eada060d3337dcd4c15f7261d5a9a /CMakeLists.txt | |
parent | 7b5e329d3262d9ecde45a41826f1d103758599e8 (diff) | |
parent | ac077032be00edc79afc21983f50bc1cdf9af907 (diff) |
Updated version 6.5.0 from 'upstream/6.5.0'
with Debian dir 0e7974378beb3a0e210f76683af960dea205a2e9
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 60ce397..b40fb2c 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.4.0") +set(PACKAGE_VERSION "6.5.0") set(USE_COMBINATION_EXPLOSION_CHECK 0) set(USE_CRNL_AS_LINE_TERMINATOR 0) |