]> granicus.if.org Git - onig/commitdiff
setup 6.6.0
authorK.Kosako <kosako@sofnec.co.jp>
Fri, 25 Aug 2017 05:24:32 +0000 (14:24 +0900)
committerK.Kosako <kosako@sofnec.co.jp>
Fri, 25 Aug 2017 05:24:32 +0000 (14:24 +0900)
configure.ac
dist.info
index.html
index_ja.html
src/oniguruma.h

index eccf39e68648b9f20c8f51e7838cc16ddfe8288e..ca652f21efd95a6cd5638059c48885d962f62d32 100644 (file)
@@ -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])
 
index 76575fe4fd59328e5cb4748f60a0e189713a0c0e..56393b6779108105c2ac105de3376497d6fb034c 100644 (file)
--- 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"
index 9d54c60d215de8797e71bc0dd5514609ead94e07..2bf2b32c0c94d204e091670c8f76e7a46860f3ce 100644 (file)
@@ -8,7 +8,7 @@
 <h1>Oniguruma</h1> (<a href="index_ja.html">Japanese</a>)
 
 <p>
-(c) K.Kosako, updated at: 2017/08/03
+(c) K.Kosako, updated at: 2017/08/25
 </p>
 
 <dl>
@@ -16,6 +16,7 @@
 <dt><b>What's new</b>
 </font>
 <ul>
+<li>2017/08/28: Version 6.6.0 released.</li>
 <li>2017/08/03: Version 6.5.0 released.</li>
 <li>2017/07/03: Version 6.4.0 released.</li>
 <li>2017/05/29: Version 6.3.0 released.</li>
index 52f04125580af33e0fa08eef5330450cfa397336..83b5197fc05dd8bd6c281612442f05583e2dbf99 100644 (file)
@@ -8,7 +8,7 @@
 <h1>鬼車</h1>
 
 <p>
-(c) K.Kosako, 最終更新: 2017/08/03
+(c) K.Kosako, 最終更新: 2017/08/28
 </p>
 
 <dl>
@@ -16,6 +16,7 @@
 <dt><b>更新情報</b>
 </font>
 <ul>
+<li>2017/08/28: Version 6.6.0 リリース</li>
 <li>2017/08/03: Version 6.5.0 リリース</li>
 <li>2017/07/03: Version 6.4.0 リリース</li>
 <li>2017/05/29: Version 6.3.0 リリース</li>
index 18459b16926ec6b24771dad6c648df5badb9d934..8ce2ae9f083926c987bc4f1d825470f01833ee8d 100644 (file)
@@ -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