configure.ac
changeset 84 351e9d7a66d0
parent 79 c2dbb86da017
child 87 5914de4a823f
     1.1 --- a/configure.ac	Fri Jun 08 20:13:00 2018 +0100
     1.2 +++ b/configure.ac	Wed Sep 12 17:12:10 2018 +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.4],[ali@juiblex.co.uk])
     1.8 +AC_INIT([plover],[0.5.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 @@ -65,7 +65,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=1
    1.17 +lt_revision=2
    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 @@ -73,7 +73,7 @@
    1.22  # and likewise for plover-gtk.
    1.23  #
    1.24  lt_current=1
    1.25 -lt_revision=1
    1.26 +lt_revision=2
    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)