From d788c35e19df9eade8eb0b880ca1dc47ae7928ad Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 12 Aug 2013 14:33:49 +0200 Subject: [PATCH] Release 1.4.3. * configure.ac: Change LT version to C22/A11/R0. --- NEWS | 2 +- configure.ac | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 8f700fde..f68035d2 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Noteworthy changes in version 1.4.3 (unreleased) +Noteworthy changes in version 1.4.3 (2013-08-12) ------------------------------------------------ * The default engine names are now taken from the output of gpgconf. diff --git a/configure.ac b/configure.ac index 6eef3a13..92375e6f 100644 --- a/configure.ac +++ b/configure.ac @@ -55,10 +55,10 @@ AC_INIT([gpgme],[mym4_full_version],[http://bugs.gnupg.org]) # (Interfaces added: AGE++) # (Interfaces removed/changed: AGE=0) # -LIBGPGME_LT_CURRENT=21 +LIBGPGME_LT_CURRENT=22 # 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=10 +LIBGPGME_LT_AGE=11 LIBGPGME_LT_REVISION=0 # If the API is changed in an incompatible way: increment the next counter.