Skip to content

Commit

Permalink
Update version number (6.2.0)
Browse files Browse the repository at this point in the history
* Update the version number to 6.2.0
* Update LTVERSION to 6:5:0.
  • Loading branch information
k-takata committed Jan 30, 2019
1 parent dd8a2b6 commit 9e0f7ce
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions HISTORY
Original file line number Diff line number Diff line change
Expand Up @@ -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)
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.3)
AC_INIT(onigmo, 6.2.0)

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:4:0"
LTVERSION="6:5:0"
AC_SUBST(LTVERSION)

AC_PROG_INSTALL
Expand Down
4 changes: 2 additions & 2 deletions onigmo.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9e0f7ce

Please sign in to comment.