From: J. Ali Harlow Date: Mon, 17 Nov 2014 11:36:20 +0000 (+0000) Subject: Prepare to release 0.5 X-Git-Tag: 0.5 X-Git-Url: http://project.juiblex.co.uk/git/?a=commitdiff_plain;h=746e65fca1fd39586ae49733c887125ba2bae3fe;p=plover.git Prepare to release 0.5 --- diff --git a/configure.ac b/configure.ac index e2d234b..cde49ac 100644 --- a/configure.ac +++ b/configure.ac @@ -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 @@ AC_SUBST(LIBPLOVER_LT_VERSION_INFO) # 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)