From: K.Kosako Date: Fri, 31 Aug 2018 05:24:27 +0000 (+0900) Subject: setup 6.9.0 X-Git-Tag: v6.9.0 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5f75d30f458e819df3c5a68f8b4e184deb76fa02;p=onig setup 6.9.0 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 353bc26..6aae87b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.1) -project(oniguruma VERSION 6.8.2) +project(oniguruma VERSION 6.9.0) set(PACKAGE onig) set(PACKAGE_VERSION ${PROJECT_VERSION}) diff --git a/configure.ac b/configure.ac index ae99d9e..fef00cd 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.8.2) +AC_INIT(onig, 6.9.0) AC_CONFIG_MACRO_DIR([m4]) diff --git a/index.html b/index.html index 82405af..f55084e 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,7 @@

Oniguruma

(Japanese)

-(c) K.Kosako, updated at: 2018/04/14 +(c) K.Kosako, updated at: 2018/08/31

@@ -16,6 +16,7 @@
What's new
    +
  • 2018/09/03: Version 6.9.0 released.
  • 2018/04/17: Version 6.8.2 released.
  • 2018/03/19: Version 6.8.1 released.
  • 2018/03/16: Version 6.8.0 released.
  • diff --git a/index_ja.html b/index_ja.html index c93f406..06c1753 100644 --- a/index_ja.html +++ b/index_ja.html @@ -8,7 +8,7 @@

    鬼車

    -(c) K.Kosako, 最終更新: 2018/04/14 +(c) K.Kosako, 最終更新: 2018/09/03

    @@ -16,6 +16,7 @@
    更新情報
      +
    • 2018/09/03: Version 6.9.0 リリース
    • 2018/04/17: Version 6.8.2 リリース
    • 2018/03/19: Version 6.8.1 リリース
    • 2018/03/16: Version 6.8.0 リリース
    • diff --git a/src/oniguruma.h b/src/oniguruma.h index 322959a..ab917c6 100644 --- a/src/oniguruma.h +++ b/src/oniguruma.h @@ -35,10 +35,10 @@ extern "C" { #define ONIGURUMA #define ONIGURUMA_VERSION_MAJOR 6 -#define ONIGURUMA_VERSION_MINOR 8 -#define ONIGURUMA_VERSION_TEENY 2 +#define ONIGURUMA_VERSION_MINOR 9 +#define ONIGURUMA_VERSION_TEENY 0 -#define ONIGURUMA_VERSION_INT 60801 +#define ONIGURUMA_VERSION_INT 60900 #ifndef P_ #if defined(__STDC__) || defined(_WIN32)