Skip to content

Commit

Permalink
setup 6.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kkos committed Apr 3, 2020
1 parent 1b74127 commit 6838235
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.1)
project(oniguruma
VERSION 6.9.4
VERSION 6.9.5
LANGUAGES C)

set(PACKAGE onig)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Supported character encodings:
* doc/SYNTAX.md: contributed by seanofw


Master branch
Version 6.9.5
-------------

* POSIX API disabled by default for Unix (* Enabled by: configure --enable-posix-api=yes)
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.9.4)
AC_INIT(onig, 6.9.5)

AC_CONFIG_MACRO_DIR([m4])

Expand Down
4 changes: 2 additions & 2 deletions src/oniguruma.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ extern "C" {
#define ONIGURUMA
#define ONIGURUMA_VERSION_MAJOR 6
#define ONIGURUMA_VERSION_MINOR 9
#define ONIGURUMA_VERSION_TEENY 4
#define ONIGURUMA_VERSION_TEENY 5

#define ONIGURUMA_VERSION_INT 60904
#define ONIGURUMA_VERSION_INT 60905

#ifndef P_
#if defined(__STDC__) || defined(_WIN32)
Expand Down

0 comments on commit 6838235

Please sign in to comment.