Skip to content

Commit

Permalink
setup 6.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
K.Kosako committed Aug 3, 2017
1 parent 70c6ac5 commit c4da8e0
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.4.0")
set(PACKAGE_VERSION "6.5.0")

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.4.0)
AC_INIT(onig, 6.5.0)

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.4.0"
version = "6.5.0"

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/06/30
(c) K.Kosako, updated at: 2017/08/03
</p>

<dl>
<font color="orange">
<dt><b>What's new</b>
</font>
<ul>
<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>
<li>2017/04/08: Version 6.2.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/06/30
(c) K.Kosako, 最終更新: 2017/08/03
</p>

<dl>
<font color="orange">
<dt><b>更新情報</b>
</font>
<ul>
<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>
<li>2017/04/08: Version 6.2.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 @@ -35,7 +35,7 @@ extern "C" {

#define ONIGURUMA
#define ONIGURUMA_VERSION_MAJOR 6
#define ONIGURUMA_VERSION_MINOR 4
#define ONIGURUMA_VERSION_MINOR 5
#define ONIGURUMA_VERSION_TEENY 0

#ifdef __cplusplus
Expand Down

0 comments on commit c4da8e0

Please sign in to comment.