From 9e0f7ceee0c5182d2e930334ca9d298e69d389d9 Mon Sep 17 00:00:00 2001 From: "K.Takata" Date: Wed, 30 Jan 2019 19:47:54 +0900 Subject: [PATCH] Update version number (6.2.0) * Update the version number to 6.2.0 * Update LTVERSION to 6:5:0. --- HISTORY | 1 + configure.ac | 4 ++-- onigmo.h | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/HISTORY b/HISTORY index 07f8262a..9858cc63 100644 --- a/HISTORY +++ b/HISTORY @@ -2,6 +2,7 @@ History of Onigmo (Oniguruma-mod) 2019/01/30: Version 6.2.0 +2019/01/30: [dist] Update LTVERSION to "6:5:0". 2019/01/30: [dist] Delete all autotools generated files from the repository. (PR #115) 2019/01/30: [test] Update tests. (PR #127) diff --git a/configure.ac b/configure.ac index f2c4d0a6..f6841b19 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(onigmo, 6.1.3) +AC_INIT(onigmo, 6.2.0) AC_CONFIG_MACRO_DIR([m4]) @@ -42,7 +42,7 @@ dnl Checks for programs. AC_PROG_CC AC_PROG_LIBTOOL AM_PROG_CC_C_O -LTVERSION="6:4:0" +LTVERSION="6:5:0" AC_SUBST(LTVERSION) AC_PROG_INSTALL diff --git a/onigmo.h b/onigmo.h index bf7c0ae6..fbbf6c9b 100644 --- a/onigmo.h +++ b/onigmo.h @@ -38,8 +38,8 @@ extern "C" { #endif #define ONIGMO_VERSION_MAJOR 6 -#define ONIGMO_VERSION_MINOR 1 -#define ONIGMO_VERSION_TEENY 3 +#define ONIGMO_VERSION_MINOR 2 +#define ONIGMO_VERSION_TEENY 0 #ifndef ONIG_EXTERN # ifdef RUBY_EXTERN