summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--NEWS6
-rw-r--r--README2
-rw-r--r--configure.ac6
4 files changed, 9 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 7fe718b4..85e0702a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2003-09-04 Werner Koch <wk@gnupg.org>
+ Released 1.1.43.
+
* configure.ac: Require libgpg-error 0.4 due to the prime interface.
2003-08-29 Werner Koch <wk@gnupg.org>
diff --git a/NEWS b/NEWS
index 1da7bf6f..46deb471 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
-Noteworthy changes in version 1.1.43 (unreleased)
+Noteworthy changes in version 1.1.43 (2003-09-04)
-------------------------------------------------
- * Bug fixes and internal code cleanups
+ * Bug fixes and internal code cleanups.
* Support for the Serpent cipher algorithm.
@@ -285,7 +285,7 @@ Noteworthy changes in version 1.1.3 (2001-05-31)
into into libgcrypt and GnuPG.
-Copyright 2001, 2002 Free Software Foundation, Inc.
+Copyright 2001, 2002, 2003 Free Software Foundation, Inc.
This file is free software; as a special exception the author gives
unlimited permission to copy and/or distribute it, with or without
diff --git a/README b/README
index abde09e7..3b858ac1 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
libgcrypt - The GNU crypto library
------------------------------------
- Version 1.1.42
+ Version 1.1.43
Copyright 2000, 2002, 2003 Free Software Foundation, Inc.
diff --git a/configure.ac b/configure.ac
index bb676b4d..cab34195 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,14 +26,14 @@ AC_PREREQ(2.52)
# but remove a "-cvs" prefix right *before* a release and append it
# soon later.
-AC_INIT(libgcrypt, 1.1.43-cvs, bug-libgcrypt@gnupg.org)
+AC_INIT(libgcrypt, 1.1.43, 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=7
-LIBGCRYPT_LT_AGE=0
+LIBGCRYPT_LT_CURRENT=8
+LIBGCRYPT_LT_AGE=1
LIBGCRYPT_LT_REVISION=0
NEED_GPG_ERROR_VERSION=0.4