diff options
author | Marcus Brinkmann <[email protected]> | 2006-02-23 16:31:54 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2006-02-23 16:31:54 +0000 |
commit | 79659ab54439727dc89d8fda8ab96f88b64461a1 (patch) | |
tree | d66b61d2aec5cd1b808066b0015a7291d377e04b | |
parent | 2006-02-22 Marcus Brinkmann <[email protected]> (diff) | |
download | gpgme-79659ab54439727dc89d8fda8ab96f88b64461a1.tar.gz gpgme-79659ab54439727dc89d8fda8ab96f88b64461a1.zip |
Change history. That's double plus good.
Diffstat (limited to '')
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -Noteworthy changes in version 1.1.1 (2006-02-22) +Noteworthy changes in version 1.1.1 (2006-02-23) ------------------------------------------------ * Fixed a bug in that the fingerprints of subkeys are not available. diff --git a/configure.ac b/configure.ac index 1de84b91..68de3907 100644 --- a/configure.ac +++ b/configure.ac @@ -51,7 +51,7 @@ AC_INIT([gpgme], my_version[]m4_ifdef([my_iscvs], [-cvs[]m4_translit( 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=7 +LIBGPGME_LT_AGE=6 LIBGPGME_LT_REVISION=0 # If the API is changed in an incompatible way: increment the next counter. |