Skip to content

Commit

Permalink
1.31 release
Browse files Browse the repository at this point in the history
Signed-off-by: Jiri Pirko <[email protected]>
  • Loading branch information
jpirko committed Jul 26, 2020
1 parent 2e33135 commit 3ee12c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.

AC_INIT([libteam], [1.30], [[email protected]])
AC_INIT([libteam], [1.31], [[email protected]])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADERS([config.h])
Expand All @@ -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)
Expand Down

0 comments on commit 3ee12c6

Please sign in to comment.