summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stefw@collabora.co.uk>2012-01-03 17:00:51 +0100
committerStef Walter <stefw@collabora.co.uk>2012-01-03 17:02:06 +0100
commit001d59596a37369d094edcace455f611d9f55908 (patch)
tree1f017a65bc9f3cee3fc59fc3ff452d4d0e8e175a
parent049e556d043aa6ecfbf32a70dae6e7e5e8eb69d3 (diff)
downloadp11-kit-001d59596a37369d094edcace455f611d9f55908.tar.gz
Release version 0.100.10
-rw-r--r--NEWS3
-rw-r--r--configure.ac2
2 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 8c0bcf7..16aa4e4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+0.10
+ * Build fixes, for windows, gcc 4.6.1
+
0.9
* p11-kit can't be used as a static library
* Fix problems crashing when freeing TLS on windows
diff --git a/configure.ac b/configure.ac
index cdb67a6..3fdde10 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ(2.61)
AC_INIT([p11-kit],
- [0.9],
+ [0.10],
[https://bugs.freedesktop.org/enter_bug.cgi?product=p11-glue],
[p11-kit],
[http://p11-glue.freedesktop.org/p11-kit.html])