diff options
author | Werner Koch <[email protected]> | 2015-06-08 12:58:44 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2015-06-08 13:03:18 +0000 |
commit | 052a9e3c5671d1ab69551f7b0abd0bbf859d4aba (patch) | |
tree | c51191cf5af74a7f923ffb24c3d5aba075b8a50c /configure.ac | |
parent | Fix regression with gpgsm 2.0 due to "OPTION with-secret". (diff) | |
download | gpgme-1.5.5.tar.gz gpgme-1.5.5.zip |
Release 1.5.5gpgme-1.5.5
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 2f477195..7f03170e 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, [6]) -m4_define(mym4_version_micro, [0]) +m4_define(mym4_version_minor, [5]) +m4_define(mym4_version_micro, [5]) # Below is m4 magic to extract and compute the revision number, the # decimalized short revision number, a beta version string, and a flag @@ -59,7 +59,7 @@ LIBGPGME_LT_CURRENT=24 # 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=3 +LIBGPGME_LT_REVISION=4 # If the API is changed in an incompatible way: increment the next counter. GPGME_CONFIG_API_VERSION=1 |