Skip to content

Commit 9e0f7ce

Browse files
committed
Update version number (6.2.0)
* Update the version number to 6.2.0 * Update LTVERSION to 6:5:0.
1 parent dd8a2b6 commit 9e0f7ce

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

HISTORY

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ History of Onigmo (Oniguruma-mod)
22

33
2019/01/30: Version 6.2.0
44

5+
2019/01/30: [dist] Update LTVERSION to "6:5:0".
56
2019/01/30: [dist] Delete all autotools generated files from the repository.
67
(PR #115)
78
2019/01/30: [test] Update tests. (PR #127)

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dnl 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

44
AC_CONFIG_MACRO_DIR([m4])
55

@@ -42,7 +42,7 @@ dnl Checks for programs.
4242
AC_PROG_CC
4343
AC_PROG_LIBTOOL
4444
AM_PROG_CC_C_O
45-
LTVERSION="6:4:0"
45+
LTVERSION="6:5:0"
4646
AC_SUBST(LTVERSION)
4747

4848
AC_PROG_INSTALL

onigmo.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)