diff options
author | Marcus Brinkmann <[email protected]> | 2008-12-08 19:28:36 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2008-12-08 19:28:36 +0000 |
commit | 21eaf417dcd56804fca037ac019171e13560c2fe (patch) | |
tree | 3807fe662f3c8b23badc8a9becfa911ba57a2e46 /configure.ac | |
parent | 2008-12-03 Marcus Brinkmann <[email protected]> (diff) | |
download | gpgme-1.1.8.tar.gz gpgme-1.1.8.zip |
2008-12-08 Marcus Brinkmann <[email protected]>gpgme-1.1.8
Release GPGME 1.1.8.
* configure.ac: Bump API revision.
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 e4b175b1..f4b92820 100644 --- a/configure.ac +++ b/configure.ac @@ -32,7 +32,7 @@ min_automake_version="1.10" # SVN version is the most recent one in a branch. To disable the SVN # version for the real release, set the my_issvn macro to no. m4_define(my_version, [1.1.8]) -m4_define(my_issvn, [yes]) +m4_define(my_issvn, [no]) m4_define([svn_revision], m4_esyscmd([echo -n $( (svn info 2>/dev/null \ || echo 'Revision: 0')|sed -n '/^Revision:/ {s/[^0-9]//gp;q;}')])) @@ -51,7 +51,7 @@ LIBGPGME_LT_CURRENT=17 # 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=6 -LIBGPGME_LT_REVISION=5 +LIBGPGME_LT_REVISION=6 # If the API is changed in an incompatible way: increment the next counter. GPGME_CONFIG_API_VERSION=1 |