aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2003-10-06 18:30:54 +0000
committerMarcus Brinkmann <[email protected]>2003-10-06 18:30:54 +0000
commite702f52860283884c5d1a915edaf9046b2b76352 (patch)
tree74b48c59bd39c610267ff17aa217a86c6d6cdd47 /configure.ac
parentAdd item about sigaction. (diff)
downloadgpgme-e702f52860283884c5d1a915edaf9046b2b76352.tar.gz
gpgme-e702f52860283884c5d1a915edaf9046b2b76352.zip
2003-10-06 Marcus Brinkmann <[email protected]>
Released 0.4.3. * configure.ac (LIBGPGME_LT_CURRENT, LIBGPGME_LT_AGE): Bump up by 1. (LIBGPGME_LT_REVISION): Set to 0.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index bb30f8be..1723afbb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -28,9 +28,9 @@ AC_INIT(gpgme, 0.4.3, [[email protected]])
# (Interfaces added: AGE++)
# (Interfaces removed: AGE=0)
#
-LIBGPGME_LT_CURRENT=11
-LIBGPGME_LT_AGE=0
-LIBGPGME_LT_REVISION=1
+LIBGPGME_LT_CURRENT=12
+LIBGPGME_LT_AGE=1
+LIBGPGME_LT_REVISION=0
NEED_GPG_VERSION=1.2.2
NEED_GPGSM_VERSION=0.9.0
##############################################