configure.ac
changeset 42 419a02fa70db
parent 38 a29623b68ca2
child 43 6b3034a884dc
     1.1 --- a/configure.ac	Mon Jun 13 12:18:42 2016 +0100
     1.2 +++ b/configure.ac	Thu Jun 16 12:11:14 2016 +0100
     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.5.1],[ali@juiblex.co.uk])
     1.8 +AC_INIT([plover],[0.5.2],[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 @@ -75,7 +75,7 @@
    1.13  # - If the interface is the same as the previous version, increment REVISION.
    1.14  #
    1.15  lt_current=4
    1.16 -lt_revision=0
    1.17 +lt_revision=1
    1.18  lt_age=1
    1.19  LIBPLOVER_LT_VERSION_INFO="$lt_current:$lt_revision:$lt_age"
    1.20  AC_SUBST(LIBPLOVER_LT_VERSION_INFO)
    1.21 @@ -83,7 +83,7 @@
    1.22  # and likewise for plover-gtk.
    1.23  #
    1.24  lt_current=1
    1.25 -lt_revision=0
    1.26 +lt_revision=1
    1.27  lt_age=0
    1.28  PLOVER_GTK_LT_VERSION_INFO="$lt_current:$lt_revision:$lt_age"
    1.29  AC_SUBST(PLOVER_GTK_LT_VERSION_INFO)