From: K.Kosako Date: Fri, 25 Aug 2017 05:24:32 +0000 (+0900) Subject: setup 6.6.0 X-Git-Tag: v6.6.0~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ef2a39731a476e8c294a1b4d41f4e3faf3c9c2aa;p=onig setup 6.6.0 --- diff --git a/configure.ac b/configure.ac index eccf39e..ca652f2 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.5.0) +AC_INIT(onig, 6.6.0) AC_CONFIG_MACRO_DIR([m4]) diff --git a/dist.info b/dist.info index 76575fe..56393b6 100644 --- a/dist.info +++ b/dist.info @@ -1,7 +1,7 @@ --- This file is part of LuaDist project name = "onig" -version = "6.5.0" +version = "6.6.0" desc = "Oniguruma is a regular expressions library." author = "K.Kosako" diff --git a/index.html b/index.html index 9d54c60..2bf2b32 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,7 @@

Oniguruma

(Japanese)

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

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

    鬼車

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

    @@ -16,6 +16,7 @@
    更新情報
      +
    • 2017/08/28: Version 6.6.0 リリース
    • 2017/08/03: Version 6.5.0 リリース
    • 2017/07/03: Version 6.4.0 リリース
    • 2017/05/29: Version 6.3.0 リリース
    • diff --git a/src/oniguruma.h b/src/oniguruma.h index 18459b1..8ce2ae9 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 5 +#define ONIGURUMA_VERSION_MINOR 6 #define ONIGURUMA_VERSION_TEENY 0 #ifdef __cplusplus