summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stef@thewalter.net>2013-09-04 13:41:18 +0200
committerStef Walter <stef@thewalter.net>2013-09-04 13:41:18 +0200
commit40631193e4979426f10e5244f477d3c411f8e6c3 (patch)
treeec00c7ac57facf79c39a097673183e49626ea65b
parent11619d1ddb682ad8f42676732e2179fdcd810566 (diff)
Release version 0.20.00.20.0
-rw-r--r--NEWS3
-rw-r--r--configure.ac2
2 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 4bae3c2..9af022f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+0.20.0 (stable)
+ * Doc fixes
+
0.19.4 (unstable)
* 'trust anchor' now adds/removes certificate anchors
* 'trust list' lists trust policy stuff
diff --git a/configure.ac b/configure.ac
index 955e52f..9dc622f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ(2.61)
AC_INIT([p11-kit],
- [0.19.4],
+ [0.20.0],
[https://bugs.freedesktop.org/enter_bug.cgi?product=p11-glue],
[p11-kit],
[http://p11-glue.freedesktop.org/p11-kit.html])