diff -r abdfa0410032 -r 5cb36c12ac49 configure.ac --- a/configure.ac Thu Jul 16 23:02:31 2020 +0100 +++ b/configure.ac Mon Aug 31 07:12:16 2020 +0100 @@ -1,7 +1,7 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -AC_INIT([plover],[0.5.8],[ali@juiblex.co.uk]) +AC_INIT([plover],[0.6],[ali@juiblex.co.uk]) AC_PREREQ(2.59) AC_CONFIG_AUX_DIR([config]) AC_CONFIG_SRCDIR([plover/plover.h]) @@ -65,17 +65,17 @@ # increment CURRENT and set AGE and REVISION to 0. # - If the interface is the same as the previous version, increment REVISION. # -lt_current=4 -lt_revision=3 -lt_age=1 +lt_current=5 +lt_revision=0 +lt_age=2 LIBPLOVER_LT_VERSION_INFO="$lt_current:$lt_revision:$lt_age" AC_SUBST(LIBPLOVER_LT_VERSION_INFO) # and likewise for plover-gtk. # -lt_current=1 -lt_revision=3 -lt_age=0 +lt_current=2 +lt_revision=0 +lt_age=1 PLOVER_GTK_LT_VERSION_INFO="$lt_current:$lt_revision:$lt_age" AC_SUBST(PLOVER_GTK_LT_VERSION_INFO)