summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuo Jinghua <sunmoon1997@gmail.com>2010-01-22 11:15:32 +0800
committerLuo Jinghua <sunmoon1997@gmail.com>2010-01-22 11:15:32 +0800
commit06bd6d060a9f138b5b53e8e3fd143b507bd054bf (patch)
treebd1354fba0c00f4f241873d31dfcfc44df073475
parent7d95d1a5bf53e4dd6917dfc3b9afbb23ed67858d (diff)
release: bump version number to 0.0.18.2HEAD0.0.18.2master
-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])