diff -r 5914de4a823f -r e87a7db919c6 configure.ac --- a/configure.ac Fri Mar 08 13:50:07 2019 +0000 +++ b/configure.ac Fri Mar 08 13:51:08 2019 +0000 @@ -1,7 +1,7 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -AC_INIT([plover],[0.5.5],[ali@juiblex.co.uk]) +AC_INIT([plover],[0.5.6],[ali@juiblex.co.uk]) AC_PREREQ(2.59) AC_CONFIG_AUX_DIR([config]) AC_CONFIG_SRCDIR([plover/plover.h]) @@ -66,7 +66,7 @@ # - If the interface is the same as the previous version, increment REVISION. # lt_current=4 -lt_revision=2 +lt_revision=3 lt_age=1 LIBPLOVER_LT_VERSION_INFO="$lt_current:$lt_revision:$lt_age" AC_SUBST(LIBPLOVER_LT_VERSION_INFO) @@ -74,7 +74,7 @@ # and likewise for plover-gtk. # lt_current=1 -lt_revision=2 +lt_revision=3 lt_age=0 PLOVER_GTK_LT_VERSION_INFO="$lt_current:$lt_revision:$lt_age" AC_SUBST(PLOVER_GTK_LT_VERSION_INFO)