summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.h.in3
-rw-r--r--configure.ac2
2 files changed, 4 insertions, 1 deletions
diff --git a/config.h.in b/config.h.in
index ecde588..18d0d29 100644
--- a/config.h.in
+++ b/config.h.in
@@ -95,6 +95,9 @@
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME
+/* Define to the home page for this package. */
+#undef PACKAGE_URL
+
/* Define to the version of this package. */
#undef PACKAGE_VERSION
diff --git a/configure.ac b/configure.ac
index b55e98d..f2c4f7d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
# -*- Autoconf -*-
-AC_INIT([libppswrapper], [0.0.18.1])
+AC_INIT([libppswrapper], [0.0.18.2])
dnl AC_INIT([$PACKAGE], [$VERSION])
AC_CONFIG_SRCDIR([config.h.in])