diff -r c2dbb86da017 -r 8a668d0a0d10 configure.ac --- a/configure.ac Fri Jun 08 20:13:00 2018 +0100 +++ b/configure.ac Wed Sep 12 17:12:06 2018 +0100 @@ -1,7 +1,7 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -AC_INIT([plover],[0.5.4],[ali@juiblex.co.uk]) +AC_INIT([plover],[0.5.5],[ali@juiblex.co.uk]) AC_PREREQ(2.59) AC_CONFIG_AUX_DIR([config]) AC_CONFIG_SRCDIR([plover/plover.h]) @@ -65,7 +65,7 @@ # - If the interface is the same as the previous version, increment REVISION. # lt_current=4 -lt_revision=1 +lt_revision=2 lt_age=1 LIBPLOVER_LT_VERSION_INFO="$lt_current:$lt_revision:$lt_age" AC_SUBST(LIBPLOVER_LT_VERSION_INFO) @@ -73,7 +73,7 @@ # and likewise for plover-gtk. # lt_current=1 -lt_revision=1 +lt_revision=2 lt_age=0 PLOVER_GTK_LT_VERSION_INFO="$lt_current:$lt_revision:$lt_age" AC_SUBST(PLOVER_GTK_LT_VERSION_INFO)