diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2022-04-29 15:21:04 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2022-04-29 15:21:04 +0200 |
commit | db6f38bc1b73930f1da954525464cf1986f43a28 (patch) | |
tree | a7f25f79866ee08431779445dc925373eafda070 /configure.ac | |
parent | 98f7065a3f7b386564840bb5b24b94f9335b2e97 (diff) |
New upstream version 6.9.8upstream/6.9.8
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 1afa37e..079fef9 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(onig, 6.9.7) +AC_INIT(onig, 6.9.8) AC_CONFIG_MACRO_DIR([m4]) @@ -57,7 +57,7 @@ fi dnl Checks for programs. AC_PROG_CC LT_INIT -LTVERSION="7:0:2" +LTVERSION="8:0:3" AC_SUBST(LTVERSION) AC_PROG_INSTALL |