File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ History of Onigmo (Oniguruma-mod)
22
332019/01/30: Version 6.2.0
44
5+ 2019/01/30: [dist] Update LTVERSION to "6:5:0".
562019/01/30: [dist] Delete all autotools generated files from the repository.
67 (PR #115)
782019/01/30: [test] Update tests. (PR #127)
Original file line number Diff line number Diff line change 11dnl Process this file with autoconf to produce a configure script.
2- AC_INIT ( onigmo , 6.1.3 )
2+ AC_INIT ( onigmo , 6.2.0 )
33
44AC_CONFIG_MACRO_DIR ( [ m4] )
55
@@ -42,7 +42,7 @@ dnl Checks for programs.
4242AC_PROG_CC
4343AC_PROG_LIBTOOL
4444AM_PROG_CC_C_O
45- LTVERSION="6:4 :0"
45+ LTVERSION="6:5 :0"
4646AC_SUBST ( LTVERSION )
4747
4848AC_PROG_INSTALL
Original file line number Diff line number Diff line change @@ -38,8 +38,8 @@ extern "C" {
3838#endif
3939
4040#define ONIGMO_VERSION_MAJOR 6
41- #define ONIGMO_VERSION_MINOR 1
42- #define ONIGMO_VERSION_TEENY 3
41+ #define ONIGMO_VERSION_MINOR 2
42+ #define ONIGMO_VERSION_TEENY 0
4343
4444#ifndef ONIG_EXTERN
4545# ifdef RUBY_EXTERN
You can’t perform that action at this time.
0 commit comments