# HG changeset patch # User J. Ali Harlow # Date 1416224180 0 # Node ID 7fbec6da812358ce923f4679f8a7fb04d53260bf # Parent 9816b7a56c23054d5e9ffaf6983f7762e4e8f527 Prepare to release 0.5 diff -r 9816b7a56c23 -r 7fbec6da8123 configure.ac --- a/configure.ac Mon Nov 17 11:30:24 2014 +0000 +++ b/configure.ac Mon Nov 17 11:36:20 2014 +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)