diff options
author | Werner Koch <[email protected]> | 2014-07-30 09:36:03 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2014-07-30 09:36:03 +0000 |
commit | 998e454a320db77361feddf0dcc5ba39ebd9a49b (patch) | |
tree | d825c5b80b123c55ad03227e9a4a05b4404d93b8 /configure.ac | |
parent | Fix possible realloc overflow for gpgsm and uiserver engines. (diff) | |
download | gpgme-1.4.4.tar.gz gpgme-1.4.4.zip |
Release 1.4.4gpgme-1.4.4
* configure.ac: Change LT version to C22/A11/R1.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 92375e6f..36bd035e 100644 --- a/configure.ac +++ b/configure.ac @@ -29,7 +29,7 @@ min_automake_version="1.11" # for the LT versions. m4_define(mym4_version_major, [1]) m4_define(mym4_version_minor, [4]) -m4_define(mym4_version_micro, [3]) +m4_define(mym4_version_micro, [4]) # 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=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=11 -LIBGPGME_LT_REVISION=0 +LIBGPGME_LT_REVISION=1 # If the API is changed in an incompatible way: increment the next counter. GPGME_CONFIG_API_VERSION=1 |