From: K.Kosako Date: Sun, 15 Apr 2018 08:01:00 +0000 (+0900) Subject: setup 6.8.2 X-Git-Tag: v6.8.2^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4f513f5198b2ae71852a39d835f12202ab3f4807;p=onig setup 6.8.2 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 38792c4..1a9871d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.1) -project(oniguruma VERSION 6.8.1) +project(oniguruma VERSION 6.8.2) set(PACKAGE onig) set(PACKAGE_VERSION ${PROJECT_VERSION}) diff --git a/configure.ac b/configure.ac index b146e08..cec8aa6 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.1) +AC_INIT(onig, 6.8.2) AC_CONFIG_MACRO_DIR([m4]) diff --git a/index.html b/index.html index de58ba0..82405af 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,7 @@

Oniguruma

(Japanese)

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

@@ -16,6 +16,7 @@
What's new
    +
  • 2018/04/17: Version 6.8.2 released.
  • 2018/03/19: Version 6.8.1 released.
  • 2018/03/16: Version 6.8.0 released.
  • 2018/01/26: Version 6.7.1 released.
  • diff --git a/index_ja.html b/index_ja.html index 02565a0..c93f406 100644 --- a/index_ja.html +++ b/index_ja.html @@ -8,7 +8,7 @@

    鬼車

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

    @@ -16,6 +16,7 @@
    更新情報
      +
    • 2018/04/17: Version 6.8.2 リリース
    • 2018/03/19: Version 6.8.1 リリース
    • 2018/03/16: Version 6.8.0 リリース
    • 2018/01/26: Version 6.7.1 リリース
    • diff --git a/src/oniguruma.h b/src/oniguruma.h index 601c9e6..322959a 100644 --- a/src/oniguruma.h +++ b/src/oniguruma.h @@ -36,7 +36,7 @@ extern "C" { #define ONIGURUMA #define ONIGURUMA_VERSION_MAJOR 6 #define ONIGURUMA_VERSION_MINOR 8 -#define ONIGURUMA_VERSION_TEENY 1 +#define ONIGURUMA_VERSION_TEENY 2 #define ONIGURUMA_VERSION_INT 60801