configure.ac: Change initial version to "0.1.0".
[routeros-api.git] / configure.ac
index dd940bf..a15285d 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT(librouteros, 1.0.0)
+AC_INIT(librouteros, 0.1.0)
 AC_CONFIG_SRCDIR(src/main.c)
 AC_CONFIG_HEADERS(src/config.h)
 AM_INIT_AUTOMAKE(dist-bzip2)
@@ -65,4 +65,4 @@ AC_ARG_ENABLE(debug, [AS_HELP_STRING([--enable-debug], [Enable extensive debuggi
 ], [])
 AM_CONDITIONAL(BUILD_WITH_DEBUG, test "x$enable_debug" = "xyes")
 
-AC_OUTPUT(Makefile src/Makefile src/routeros_version.h)
+AC_OUTPUT(Makefile doc/Makefile src/Makefile src/routeros_version.h)