diff options
author | Werner Koch <[email protected]> | 2015-08-26 07:28:32 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2015-08-26 08:06:00 +0000 |
commit | 107bff70edb611309f627058dd4777a5da084b1a (patch) | |
tree | bfa7485739eb79853cbaeec4213ac648fcaed28c /configure.ac | |
parent | Make use of GPGRT macros is available. (diff) | |
download | gpgme-1.6.0.tar.gz gpgme-1.6.0.zip |
Release 1.6.0gpgme-1.6.0
* configure.ac: Set LT version to C25/A14/R0.
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index a1973e76..015ed464 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # configure.ac for GPGME # Copyright (C) 2000 Werner Koch (dd9jn) # Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -# 2009, 2010, 2011, 2012, 2013 g10 Code GmbH +# 2009, 2010, 2011, 2012, 2013, 2014, 2015 g10 Code GmbH # # This file is part of GPGME. # @@ -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=24 +LIBGPGME_LT_CURRENT=25 # 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=13 -LIBGPGME_LT_REVISION=4 +LIBGPGME_LT_AGE=14 +LIBGPGME_LT_REVISION=0 # If the API is changed in an incompatible way: increment the next counter. GPGME_CONFIG_API_VERSION=1 |