Skip to content

Commit

Permalink
setup 6.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
K.Kosako committed Aug 30, 2017
1 parent 4be122f commit 771535f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT(onig, 6.6.0)
AC_INIT(onig, 6.6.1)

AC_CONFIG_MACRO_DIR([m4])

Expand Down
2 changes: 1 addition & 1 deletion dist.info
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
--- This file is part of LuaDist project

name = "onig"
version = "6.6.0"
version = "6.6.1"

desc = "Oniguruma is a regular expressions library."
author = "K.Kosako"
Expand Down
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,15 @@
<h1>Oniguruma</h1> (<a href="index_ja.html">Japanese</a>)

<p>
(c) K.Kosako, updated at: 2017/08/25
(c) K.Kosako, updated at: 2017/08/30
</p>

<dl>
<font color="orange">
<dt><b>What's new</b>
</font>
<ul>
<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>
<li>2017/07/03: Version 6.4.0 released.</li>
Expand Down
3 changes: 2 additions & 1 deletion index_ja.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,15 @@
<h1>鬼車</h1>

<p>
(c) K.Kosako, 最終更新: 2017/08/28
(c) K.Kosako, 最終更新: 2017/08/30
</p>

<dl>
<font color="orange">
<dt><b>更新情報</b>
</font>
<ul>
<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>
<li>2017/07/03: Version 6.4.0 リリース</li>
Expand Down
2 changes: 1 addition & 1 deletion src/oniguruma.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ extern "C" {
#define ONIGURUMA
#define ONIGURUMA_VERSION_MAJOR 6
#define ONIGURUMA_VERSION_MINOR 6
#define ONIGURUMA_VERSION_TEENY 0
#define ONIGURUMA_VERSION_TEENY 1

#ifdef __cplusplus
# ifndef HAVE_PROTOTYPES
Expand Down

0 comments on commit 771535f

Please sign in to comment.