summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
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])