From 746e65fca1fd39586ae49733c887125ba2bae3fe Mon Sep 17 00:00:00 2001 From: J. Ali Harlow Date: Mon, 17 Nov 2014 11:36:20 +0000 Subject: [PATCH] Prepare to release 0.5 --- configure.ac | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) 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) -- 1.7.1