plugins: Use stdbool instead gboolean or near_bool_t
[platform/upstream/neard.git] / configure.ac
index 0361cc6..411c6c0 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.60)
-AC_INIT(neard, 0.10)
+AC_INIT(neard, 0.12)
 
 AM_INIT_AUTOMAKE([foreign subdir-objects color-tests])
 AC_CONFIG_HEADERS(config.h)
@@ -134,4 +134,4 @@ AC_ARG_ENABLE(p2p, AC_HELP_STRING([--disable-p2p],
                                [enable_p2p=${enableval}])
 AM_CONDITIONAL(P2P, test "${enable_p2p}" != "no")
 
-AC_OUTPUT(Makefile include/version.h neard.pc scripts/neard)
+AC_OUTPUT(Makefile include/version.h neard.pc)