summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorStef Walter <stefw@collabora.co.uk>2011-06-07 15:53:06 +0000
committerStef Walter <stefw@collabora.co.uk>2011-06-07 15:53:06 +0000
commitd6b8300fe9bae0595aaf894c5d98aa7c72209e38 (patch)
treee3af11b1c4bbf409119da9b48fe0d2054195df1f /configure.ac
parent5b77fb058c43e6b0b631e1c7df41994cc41cd2ac (diff)
Bump version number.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 5 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 44ec55b..91c4bef 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,11 @@
AC_PREREQ(2.65)
AC_CONFIG_MACRO_DIR([m4])
-AC_INIT([p11-kit],[0.1],[https://bugs.freedesktop.org/enter_bug.cgi?product=p11-glue],[p11-kit],[http://p11-glue.freedesktop.org/p11-kit.html])
+AC_INIT([p11-kit],
+ [0.2],
+ [https://bugs.freedesktop.org/enter_bug.cgi?product=p11-glue],
+ [p11-kit],
+ [http://p11-glue.freedesktop.org/p11-kit.html])
AC_CONFIG_SRCDIR([p11-kit/modules.c])
AC_CONFIG_HEADERS([config.h])