aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorK.Kosako <kosako@sofnec.co.jp>2017-12-08 14:45:14 +0900
committerK.Kosako <kosako@sofnec.co.jp>2017-12-08 14:45:14 +0900
commit75031662de5e1fb225a61da190f40ec9949e21a3 (patch)
tree3e140e51f430a422b6dd4568fec4884c280b6876
parentf1b4d51299668ccfa07063f0fe8a15f9207bb28f (diff)
downloadoniguruma-6.7.0.zip
oniguruma-6.7.0.tar.gz
oniguruma-6.7.0.tar.bz2
setup 6.7.0v6.7.0
-rw-r--r--configure.ac2
-rw-r--r--dist.info2
-rw-r--r--index.html3
-rw-r--r--index_ja.html3
-rw-r--r--src/oniguruma.h4
5 files changed, 8 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index d585690..ebb0a66 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.6.1)
+AC_INIT(onig, 6.7.0)
AC_CONFIG_MACRO_DIR([m4])
diff --git a/dist.info b/dist.info
index 52df1f7..fe7e16d 100644
--- a/dist.info
+++ b/dist.info
@@ -1,7 +1,7 @@
--- This file is part of LuaDist project
name = "onig"
-version = "6.6.1"
+version = "6.7.0"
desc = "Oniguruma is a regular expressions library."
author = "K.Kosako"
diff --git a/index.html b/index.html
index 2bcdf07..e15cf8a 100644
--- a/index.html
+++ b/index.html
@@ -8,7 +8,7 @@
<h1>Oniguruma</h1> (<a href="index_ja.html">Japanese</a>)
<p>
-(c) K.Kosako, updated at: 2017/08/30
+(c) K.Kosako, updated at: 2017/12/08
</p>
<dl>
@@ -16,6 +16,7 @@
<dt><b>What's new</b>
</font>
<ul>
+<li>2017/12/11: Version 6.7.0 released.</li>
<li>2017/08/30: Version 6.6.1 released.</li>
<li>2017/08/28: Version 6.6.0 released.</li>
<li>2017/08/03: Version 6.5.0 released.</li>
diff --git a/index_ja.html b/index_ja.html
index 4e5265c..929ae16 100644
--- a/index_ja.html
+++ b/index_ja.html
@@ -8,7 +8,7 @@
<h1>鬼車</h1>
<p>
-(c) K.Kosako, 最終更新: 2017/08/30
+(c) K.Kosako, 最終更新: 2017/12/08
</p>
<dl>
@@ -16,6 +16,7 @@
<dt><b>更新情報</b>
</font>
<ul>
+<li>2017/12/11: Version 6.7.0 リリース</li>
<li>2017/08/30: Version 6.6.1 リリース</li>
<li>2017/08/28: Version 6.6.0 リリース</li>
<li>2017/08/03: Version 6.5.0 リリース</li>
diff --git a/src/oniguruma.h b/src/oniguruma.h
index 2f7a361..5ad4469 100644
--- a/src/oniguruma.h
+++ b/src/oniguruma.h
@@ -35,8 +35,8 @@ extern "C" {
#define ONIGURUMA
#define ONIGURUMA_VERSION_MAJOR 6
-#define ONIGURUMA_VERSION_MINOR 6
-#define ONIGURUMA_VERSION_TEENY 1
+#define ONIGURUMA_VERSION_MINOR 7
+#define ONIGURUMA_VERSION_TEENY 0
#ifdef __cplusplus
# ifndef HAVE_PROTOTYPES