Prepare to release 0.6 0.6
authorJ. Ali Harlow <ali@juiblex.co.uk>
Mon Aug 31 07:12:16 2020 +0100 (2020-08-31)
changeset 1045cb36c12ac49
parent 103 c4b0d5cc34bc
child 105 bbddb595e366
Prepare to release 0.6
configure.ac
     1.1 --- a/configure.ac	Mon Aug 31 07:07:40 2020 +0100
     1.2 +++ b/configure.ac	Mon Aug 31 07:12:16 2020 +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.8],[ali@juiblex.co.uk])
     1.8 +AC_INIT([plover],[0.6],[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,17 +65,17 @@
    1.13  #   increment CURRENT and set AGE and REVISION to 0.
    1.14  # - If the interface is the same as the previous version, increment REVISION.
    1.15  #
    1.16 -lt_current=4
    1.17 -lt_revision=3
    1.18 -lt_age=1
    1.19 +lt_current=5
    1.20 +lt_revision=0
    1.21 +lt_age=2
    1.22  LIBPLOVER_LT_VERSION_INFO="$lt_current:$lt_revision:$lt_age"
    1.23  AC_SUBST(LIBPLOVER_LT_VERSION_INFO)
    1.24  
    1.25  # and likewise for plover-gtk.
    1.26  #
    1.27 -lt_current=1
    1.28 -lt_revision=3
    1.29 -lt_age=0
    1.30 +lt_current=2
    1.31 +lt_revision=0
    1.32 +lt_age=1
    1.33  PLOVER_GTK_LT_VERSION_INFO="$lt_current:$lt_revision:$lt_age"
    1.34  AC_SUBST(PLOVER_GTK_LT_VERSION_INFO)
    1.35