configure.ac
changeset 28 c880957671f6
parent 25 e10f418d8e1d
child 31 a53fcb780468
     1.1 --- a/configure.ac	Sat Nov 15 19:10:51 2014 +0000
     1.2 +++ b/configure.ac	Mon Nov 17 11:36:20 2014 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  #                                               -*- Autoconf -*-
     1.5  # Process this file with autoconf to produce a configure script.
     1.6  
     1.7 -AC_INIT([plover],[0.4.50],[ali@juiblex.co.uk])
     1.8 +AC_INIT([plover],[0.5],[ali@juiblex.co.uk])
     1.9  AC_PREREQ(2.59)
    1.10  AC_CONFIG_AUX_DIR([config])
    1.11  AC_CONFIG_SRCDIR([plover/plover.h])
    1.12 @@ -78,8 +78,8 @@
    1.13  
    1.14  # and likewise for plover-gtk.
    1.15  #
    1.16 -lt_current=0
    1.17 -lt_revision=1
    1.18 +lt_current=1
    1.19 +lt_revision=0
    1.20  lt_age=0
    1.21  PLOVER_GTK_LT_VERSION_INFO="$lt_current:$lt_revision:$lt_age"
    1.22  AC_SUBST(PLOVER_GTK_LT_VERSION_INFO)