summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS3
-rw-r--r--configure.ac2
2 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a113fb9..9b4e67c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+0.18.2 (stable)
+ * Build fixes [#64378 ...]
+
0.18.1 (stable)
* Put the external tools in $libdir/p11-kit
* Documentation build fixes
diff --git a/configure.ac b/configure.ac
index bbb1381..3511800 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ(2.61)
AC_INIT([p11-kit],
- [0.18.1],
+ [0.18.2],
[https://bugs.freedesktop.org/enter_bug.cgi?product=p11-glue],
[p11-kit],
[http://p11-glue.freedesktop.org/p11-kit.html])