From 009e26a989f8a251563303f155c51fe012af52a4 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 28 May 2013 11:05:43 +0200 Subject: Release 1.4.2. * configure.ac: Set LT version to C21/A10/R0. --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 015995b0..30392b88 100644 --- a/configure.ac +++ b/configure.ac @@ -55,11 +55,11 @@ AC_INIT([gpgme],[mym4_full_version],[http://bugs.gnupg.org]) # (Interfaces added: AGE++) # (Interfaces removed/changed: AGE=0) # -LIBGPGME_LT_CURRENT=20 +LIBGPGME_LT_CURRENT=21 # Subtract 2 from this value if you want to make the LFS transition an # ABI break. [Note to self: Remove this comment with the next regular break.] -LIBGPGME_LT_AGE=9 -LIBGPGME_LT_REVISION=1 +LIBGPGME_LT_AGE=10 +LIBGPGME_LT_REVISION=0 # If the API is changed in an incompatible way: increment the next counter. GPGME_CONFIG_API_VERSION=1 -- cgit v1.2.3