aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index f10a343..0621fca 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
-AC_INIT([libteam], [1.31], [jiri@resnulli.us])
+AC_INIT([libteam], [1.32], [jiri@resnulli.us])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADERS([config.h])
@@ -24,11 +24,11 @@ AM_PROG_AR
# release, then set age to 0.
AC_SUBST(LIBTEAM_CURRENT, 11)
-AC_SUBST(LIBTEAM_REVISION, 1)
+AC_SUBST(LIBTEAM_REVISION, 2)
AC_SUBST(LIBTEAM_AGE, 6)
AC_SUBST(LIBTEAMDCTL_CURRENT, 1)
-AC_SUBST(LIBTEAMDCTL_REVISION, 5)
+AC_SUBST(LIBTEAMDCTL_REVISION, 6)
AC_SUBST(LIBTEAMDCTL_AGE, 1)
CFLAGS="$CFLAGS -Wall"