Skip to content

Commit

Permalink
setup 6.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kkos committed Aug 31, 2016
1 parent 9574bc1 commit 82e1f66
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 2.8)
project(oniguruma C)

set(PACKAGE onig)
set(PACKAGE_VERSION "6.1.0")
set(PACKAGE_VERSION "6.1.1")

set(USE_COMBINATION_EXPLOSION_CHECK 0)
set(USE_CRNL_AS_LINE_TERMINATOR 0)
Expand Down
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.1.0)
AC_INIT(onig, 6.1.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.1.0"
version = "6.1.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: 2016/08/22
(c) K.Kosako, updated at: 2016/08/31
</p>

<dl>
<font color="orange">
<dt><b>What's new</b>
</font>
<ul>
<li>2016/09/02: Version 6.1.1 released.</li>
<li>2016/08/29: Version 6.1.0 released.</li>
<li>2016/05/09: Version 6.0.0 released.</li>
<li>2014/12/12: Version 5.9.6 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, 最終更新: 2016/08/22
(c) K.Kosako, 最終更新: 2016/08/31
</p>

<dl>
<font color="orange">
<dt><b>更新情報</b>
</font>
<ul>
<li>2016/09/02: Version 6.1.1 リリース</li>
<li>2016/08/29: Version 6.1.0 リリース</li>
<li>2016/05/09: Version 6.0.0 リリース</li>
<li>2014/12/12: Version 5.9.6 リリース</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 1
#define ONIGURUMA_VERSION_TEENY 0
#define ONIGURUMA_VERSION_TEENY 1

#ifdef __cplusplus
# ifndef HAVE_PROTOTYPES
Expand Down

0 comments on commit 82e1f66

Please sign in to comment.