From: K.Kosako Date: Thu, 3 Aug 2017 05:11:58 +0000 (+0900) Subject: setup 6.5.0 X-Git-Tag: v6.5.0^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c4da8e0a579a0fda1a5c6884d34754f122eb8fb7;p=onig setup 6.5.0 --- 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) diff --git a/configure.ac b/configure.ac index a536656..efaf5e1 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(onig, 6.4.0) +AC_INIT(onig, 6.5.0) AC_CONFIG_MACRO_DIR([m4]) diff --git a/dist.info b/dist.info index 0e43e6b..76575fe 100644 --- a/dist.info +++ b/dist.info @@ -1,7 +1,7 @@ --- This file is part of LuaDist project name = "onig" -version = "6.4.0" +version = "6.5.0" desc = "Oniguruma is a regular expressions library." author = "K.Kosako" diff --git a/index.html b/index.html index 59de4c6..9d54c60 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,7 @@

Oniguruma

(Japanese)

-(c) K.Kosako, updated at: 2017/06/30 +(c) K.Kosako, updated at: 2017/08/03

@@ -16,6 +16,7 @@
What's new
    +
  • 2017/08/03: Version 6.5.0 released.
  • 2017/07/03: Version 6.4.0 released.
  • 2017/05/29: Version 6.3.0 released.
  • 2017/04/08: Version 6.2.0 released.
  • diff --git a/index_ja.html b/index_ja.html index 502f460..52f0412 100644 --- a/index_ja.html +++ b/index_ja.html @@ -8,7 +8,7 @@

    鬼車

    -(c) K.Kosako, 最終更新: 2017/06/30 +(c) K.Kosako, 最終更新: 2017/08/03

    @@ -16,6 +16,7 @@
    更新情報
      +
    • 2017/08/03: Version 6.5.0 リリース
    • 2017/07/03: Version 6.4.0 リリース
    • 2017/05/29: Version 6.3.0 リリース
    • 2017/04/08: Version 6.2.0 リリース
    • diff --git a/src/oniguruma.h b/src/oniguruma.h index 443d900..bc8983f 100644 --- a/src/oniguruma.h +++ b/src/oniguruma.h @@ -35,7 +35,7 @@ extern "C" { #define ONIGURUMA #define ONIGURUMA_VERSION_MAJOR 6 -#define ONIGURUMA_VERSION_MINOR 4 +#define ONIGURUMA_VERSION_MINOR 5 #define ONIGURUMA_VERSION_TEENY 0 #ifdef __cplusplus