Imported Upstream version 1.8.0
[platform/upstream/augeas.git] / configure.ac
index 25da6be..bbdfdf1 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT(augeas, 1.7.0)
+AC_INIT(augeas, 1.8.0)
 AC_CONFIG_SRCDIR([src/augeas.c])
 AC_CONFIG_AUX_DIR([build/ac-aux])
 AM_CONFIG_HEADER([config.h])
@@ -65,7 +65,7 @@ if test x"$enable_debug" = x"yes"; then
 fi
 
 dnl Version info in libtool's notation
-AC_SUBST([LIBAUGEAS_VERSION_INFO], [21:1:21])
+AC_SUBST([LIBAUGEAS_VERSION_INFO], [22:0:22])
 AC_SUBST([LIBFA_VERSION_INFO], [5:4:4])
 
 AC_GNU_SOURCE