From 95eb2cb47a07861e519c9eed8a5fd39248a39967 Mon Sep 17 00:00:00 2001 From: "K.Kosako" Date: Mon, 19 Mar 2018 11:26:14 +0900 Subject: [PATCH] setup 6.8.1 --- CMakeLists.txt | 2 +- configure.ac | 2 +- dist.info | 2 +- index.html | 3 ++- index_ja.html | 3 ++- src/oniguruma.h | 4 ++-- 6 files changed, 9 insertions(+), 7 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6cd4e3f..1d4d3a7 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.8.0") +set(PACKAGE_VERSION "6.8.1") set(USE_CRNL_AS_LINE_TERMINATOR 0) set(VERSION ${PACKAGE_VERSION}) diff --git a/configure.ac b/configure.ac index 1f61f00..b146e08 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.0) +AC_INIT(onig, 6.8.1) AC_CONFIG_MACRO_DIR([m4]) diff --git a/dist.info b/dist.info index aad4ece..c546d9d 100644 --- a/dist.info +++ b/dist.info @@ -1,7 +1,7 @@ --- This file is part of LuaDist project name = "onig" -version = "6.8.0" +version = "6.8.1" desc = "Oniguruma is a regular expressions library." author = "K.Kosako" diff --git a/index.html b/index.html index 7e4e32c..de58ba0 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,7 @@

Oniguruma

(Japanese)

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

@@ -16,6 +16,7 @@
What's new
    +
  • 2018/03/19: Version 6.8.1 released.
  • 2018/03/16: Version 6.8.0 released.
  • 2018/01/26: Version 6.7.1 released.
  • 2017/12/11: Version 6.7.0 released.
  • diff --git a/index_ja.html b/index_ja.html index 02ff3e0..02565a0 100644 --- a/index_ja.html +++ b/index_ja.html @@ -8,7 +8,7 @@

    鬼車

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

    @@ -16,6 +16,7 @@
    更新情報
      +
    • 2018/03/19: Version 6.8.1 リリース
    • 2018/03/16: Version 6.8.0 リリース
    • 2018/01/26: Version 6.7.1 リリース
    • 2017/12/11: Version 6.7.0 リリース
    • diff --git a/src/oniguruma.h b/src/oniguruma.h index c6d4db0..349c00e 100644 --- a/src/oniguruma.h +++ b/src/oniguruma.h @@ -36,9 +36,9 @@ extern "C" { #define ONIGURUMA #define ONIGURUMA_VERSION_MAJOR 6 #define ONIGURUMA_VERSION_MINOR 8 -#define ONIGURUMA_VERSION_TEENY 0 +#define ONIGURUMA_VERSION_TEENY 1 -#define ONIGURUMA_VERSION_INT 60800 +#define ONIGURUMA_VERSION_INT 60801 #ifndef P_ #if defined(__STDC__) || defined(_WIN32) -- 2.40.0