From 3ee12c6d569977cf1cd30d0da77807a07aa77158 Mon Sep 17 00:00:00 2001 From: Jiri Pirko Date: Sun, 26 Jul 2020 11:58:14 +0200 Subject: [PATCH] 1.31 release Signed-off-by: Jiri Pirko --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 83f1fcd..f10a343 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.30], [jiri@resnulli.us]) +AC_INIT([libteam], [1.31], [jiri@resnulli.us]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADERS([config.h]) @@ -24,7 +24,7 @@ AM_PROG_AR # release, then set age to 0. AC_SUBST(LIBTEAM_CURRENT, 11) -AC_SUBST(LIBTEAM_REVISION, 0) +AC_SUBST(LIBTEAM_REVISION, 1) AC_SUBST(LIBTEAM_AGE, 6) AC_SUBST(LIBTEAMDCTL_CURRENT, 1)