diff -r e10f418d8e1d -r 3ee18a3a0f58 configure.ac --- a/configure.ac Sat Nov 15 19:10:51 2014 +0000 +++ b/configure.ac Mon Nov 02 19:01:50 2015 +0000 @@ -1,7 +1,7 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -AC_INIT([plover],[0.4.50],[ali@juiblex.co.uk]) +AC_INIT([plover],[0.5],[ali@juiblex.co.uk]) AC_PREREQ(2.59) AC_CONFIG_AUX_DIR([config]) AC_CONFIG_SRCDIR([plover/plover.h]) @@ -78,8 +78,8 @@ # and likewise for plover-gtk. # -lt_current=0 -lt_revision=1 +lt_current=1 +lt_revision=0 lt_age=0 PLOVER_GTK_LT_VERSION_INFO="$lt_current:$lt_revision:$lt_age" AC_SUBST(PLOVER_GTK_LT_VERSION_INFO)