Skip to content

Commit

Permalink
Update documents and version number (6.1.2)
Browse files Browse the repository at this point in the history
* Update the version number to 6.1.2.
* Update LTVERSION to 6:3:0.
  • Loading branch information
k-takata committed May 15, 2017
1 parent 6ebf722 commit 4ec6283
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 14 deletions.
3 changes: 3 additions & 0 deletions HISTORY
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
History of Onigmo (Oniguruma-mod)

2017/05/15: Version 6.1.2

2017/05/15: [dist] Update LTVERSION to "6:3:0".
2017/05/01: [bug] Import Ruby r58468
Fix macro expansion bug.
2017/04/05: [doc] Improve document about absence operator (Issue #87)
Expand Down
22 changes: 11 additions & 11 deletions configure
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for onigmo 6.1.1.
# Generated by GNU Autoconf 2.69 for onigmo 6.1.2.
#
#
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
Expand Down Expand Up @@ -587,8 +587,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='onigmo'
PACKAGE_TARNAME='onigmo'
PACKAGE_VERSION='6.1.1'
PACKAGE_STRING='onigmo 6.1.1'
PACKAGE_VERSION='6.1.2'
PACKAGE_STRING='onigmo 6.1.2'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''

Expand Down Expand Up @@ -1313,7 +1313,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures onigmo 6.1.1 to adapt to many kinds of systems.
\`configure' configures onigmo 6.1.2 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1383,7 +1383,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of onigmo 6.1.1:";;
short | recursive ) echo "Configuration of onigmo 6.1.2:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1493,7 +1493,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
onigmo configure 6.1.1
onigmo configure 6.1.2
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
Expand Down Expand Up @@ -2095,7 +2095,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by onigmo $as_me 6.1.1, which was
It was created by onigmo $as_me 6.1.2, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
Expand Down Expand Up @@ -2913,7 +2913,7 @@ fi

# Define the identity of the package.
PACKAGE='onigmo'
VERSION='6.1.1'
VERSION='6.1.2'


cat >>confdefs.h <<_ACEOF
Expand Down Expand Up @@ -12173,7 +12173,7 @@ if test "$am_t" != yes; then
fi


LTVERSION="6:2:0"
LTVERSION="6:3:0"



Expand Down Expand Up @@ -13448,7 +13448,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by onigmo $as_me 6.1.1, which was
This file was extended by onigmo $as_me 6.1.2, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -13514,7 +13514,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
onigmo config.status 6.1.1
onigmo config.status 6.1.2
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
Expand Down
4 changes: 2 additions & 2 deletions 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(onigmo, 6.1.1)
AC_INIT(onigmo, 6.1.2)

AC_CONFIG_MACRO_DIR([m4])

Expand Down Expand Up @@ -42,7 +42,7 @@ dnl Checks for programs.
AC_PROG_CC
AC_PROG_LIBTOOL
AM_PROG_CC_C_O
LTVERSION="6:2:0"
LTVERSION="6:3:0"
AC_SUBST(LTVERSION)

AC_PROG_INSTALL
Expand Down
2 changes: 1 addition & 1 deletion onigmo.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ extern "C" {

#define ONIGMO_VERSION_MAJOR 6
#define ONIGMO_VERSION_MINOR 1
#define ONIGMO_VERSION_TEENY 1
#define ONIGMO_VERSION_TEENY 2

#ifndef ONIG_EXTERN
# ifdef RUBY_EXTERN
Expand Down

0 comments on commit 4ec6283

Please sign in to comment.