summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2014-11-07 18:02:49 +0100
committerWerner Koch <wk@gnupg.org>2014-11-07 18:02:49 +0100
commit3003c5d70febc8d4b6be9c95ca6deda7b033cabc (patch)
treeb1db36ea3d8c65c64e903078bd70731ae4cca5f1
parent1023508f210cd136992661c01b55b428de86a182 (diff)
downloadlibassuan-3003c5d70febc8d4b6be9c95ca6deda7b033cabc.tar.gz
Release 2.1.3.libassuan-2.1.3
* configure.ac: Set LT version to C4/A4/R3.
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
2 files changed, 4 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 0b3bdcf..a1f1609 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
-Noteworthy changes in version 2.1.3 (unreleased) [C4/A4/R_]
+Noteworthy changes in version 2.1.3 (2014-11-07) [C4/A4/R3]
------------------------------------------------
+ * Performance fix for Windows.
+
Noteworthy changes in version 2.1.2 (2014-08-17) [C4/A4/R2]
------------------------------------------------
diff --git a/configure.ac b/configure.ac
index baa01dc..793b451 100644
--- a/configure.ac
+++ b/configure.ac
@@ -60,7 +60,7 @@ AC_INIT([mym4_package],[mym4_version], [http://bugs.gnupg.org])
#
LIBASSUAN_LT_CURRENT=4
LIBASSUAN_LT_AGE=4
-LIBASSUAN_LT_REVISION=2
+LIBASSUAN_LT_REVISION=3
# If the API is changed in an incompatible way: increment the next counter.
LIBASSUAN_CONFIG_API_VERSION=2