summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2003-07-31 05:59:01 +0000
committerWerner Koch <wk@gnupg.org>2003-07-31 05:59:01 +0000
commit26758a57a039974c04953c9b8fdc63641a3bf73b (patch)
tree3688a84f6c52ba13946ebdde539e5332f46502e2 /configure.ac
parenta07ab3c4d6285b112159f4123febf9daf3e40167 (diff)
downloadlibgcrypt-26758a57a039974c04953c9b8fdc63641a3bf73b.tar.gz
About to release 1.1.42
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac12
1 files changed, 6 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index 3d935d67..2f811a88 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
# Configure.ac script for Libgcrypt
-# Copyright (C) 1998, 1999, 2000, 2001,
-# 2002, 2003 Free Software Foundation, Inc.
+# Copyright (C) 1998, 1999, 2000, 2001, 2002
+# 2003 Free Software Foundation, Inc.
#
# This file is part of Libgcrypt.
#
@@ -26,15 +26,15 @@ AC_PREREQ(2.52)
# but remove a "-cvs" prefix right *before* a release and append it
# soon later.
-AC_INIT(libgcrypt, 1.1.42-cvs, bug-libgcrypt@gnupg.org)
+AC_INIT(libgcrypt, 1.1.42, bug-libgcrypt@gnupg.org)
# LT Version numbers, remember to change them just *before* a release.
# (Interfaces removed: CURRENT++, AGE=0, REVISION=0)
# (Interfaces added: CURRENT++, AGE++, REVISION=0)
# (No interfaces changed: REVISION++)
-LIBGCRYPT_LT_CURRENT=6
-LIBGCRYPT_LT_AGE=5
-LIBGCRYPT_LT_REVISION=1
+LIBGCRYPT_LT_CURRENT=7
+LIBGCRYPT_LT_AGE=0
+LIBGCRYPT_LT_REVISION=0
PACKAGE=$PACKAGE_NAME
VERSION=$PACKAGE_VERSION