diff options
author | Marcus Brinkmann <[email protected]> | 2009-06-18 17:18:41 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2009-06-18 17:18:41 +0000 |
commit | 39dcbcfc8710f9208dc23d60a6f920d1659d084b (patch) | |
tree | 86998507e898b3186959152e73dd7daec0d3d0d5 | |
parent | 2009-06-18 Marcus Brinkmann <[email protected]> (diff) | |
download | gpgme-39dcbcfc8710f9208dc23d60a6f920d1659d084b.tar.gz gpgme-39dcbcfc8710f9208dc23d60a6f920d1659d084b.zip |
Fix last change, how did that happen?gpgme-1.2.0
-rw-r--r-- | trunk/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk/configure.ac b/trunk/configure.ac index fd17cae8..06cbb865 100644 --- a/trunk/configure.ac +++ b/trunk/configure.ac @@ -51,7 +51,7 @@ LIBGPGME_LT_CURRENT=18 # 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_REVISION=0` +LIBGPGME_LT_REVISION=0 # If the API is changed in an incompatible way: increment the next counter. GPGME_CONFIG_API_VERSION=1 |