From f06220b691e9711afdabaa19886244ae7724eed5 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 16 Nov 2016 13:29:02 +0100 Subject: Release 1.8.0 * configure.ac: Set version to 1.8.0. Set LT version C28/A17/RO. Set CPP LT version to C9/A3/R0. Set Qt LT version to C8/A1/R0. -- Signed-off-by: Werner Koch --- configure.ac | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 4d2f8d67..0a67b485 100644 --- a/configure.ac +++ b/configure.ac @@ -28,8 +28,8 @@ min_automake_version="1.14" # commit and push so that the git magic is able to work. See below # for the LT versions. m4_define(mym4_version_major, [1]) -m4_define(mym4_version_minor, [7]) -m4_define(mym4_version_micro, [2]) +m4_define(mym4_version_minor, [8]) +m4_define(mym4_version_micro, [0]) # Below is m4 magic to extract and compute the revision number, the # decimalized short revision number, a beta version string, and a flag @@ -55,19 +55,19 @@ AC_INIT([gpgme],[mym4_full_version],[http://bugs.gnupg.org]) # (Interfaces added: AGE++) # (Interfaces removed/changed: AGE=0) # -LIBGPGME_LT_CURRENT=27 -LIBGPGME_LT_AGE=16 +LIBGPGME_LT_CURRENT=28 +LIBGPGME_LT_AGE=17 LIBGPGME_LT_REVISION=0 # If there is an ABI break in gpgmepp or qgpgme also bump the # version in IMPORTED_LOCATION in the GpgmeppConfig-w32.cmake.in.in -LIBGPGMEPP_LT_CURRENT=8 -LIBGPGMEPP_LT_AGE=2 +LIBGPGMEPP_LT_CURRENT=9 +LIBGPGMEPP_LT_AGE=3 LIBGPGMEPP_LT_REVISION=0 -LIBQGPGME_LT_CURRENT=7 -LIBQGPGME_LT_AGE=0 +LIBQGPGME_LT_CURRENT=8 +LIBQGPGME_LT_AGE=1 LIBQGPGME_LT_REVISION=0 # If the API is changed in an incompatible way: increment the next counter. -- cgit v1.2.3