diff -r a29623b68ca2 -r 4af9b57a647f configure.ac --- a/configure.ac Mon Jun 13 12:18:42 2016 +0100 +++ b/configure.ac Mon Jun 13 10:35:50 2016 +0100 @@ -1,7 +1,7 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -AC_INIT([plover],[0.5.1],[ali@juiblex.co.uk]) +AC_INIT([plover],[0.5.2],[ali@juiblex.co.uk]) AC_PREREQ(2.59) AC_CONFIG_AUX_DIR([config]) AC_CONFIG_SRCDIR([plover/plover.h]) @@ -75,7 +75,7 @@ # - If the interface is the same as the previous version, increment REVISION. # lt_current=4 -lt_revision=0 +lt_revision=1 lt_age=1 LIBPLOVER_LT_VERSION_INFO="$lt_current:$lt_revision:$lt_age" AC_SUBST(LIBPLOVER_LT_VERSION_INFO) @@ -83,7 +83,7 @@ # and likewise for plover-gtk. # lt_current=1 -lt_revision=0 +lt_revision=1 lt_age=0 PLOVER_GTK_LT_VERSION_INFO="$lt_current:$lt_revision:$lt_age" AC_SUBST(PLOVER_GTK_LT_VERSION_INFO)