Skip to content

Commit

Permalink
1.20 release
Browse files Browse the repository at this point in the history
Signed-off-by: Jiri Pirko <jiri@resnulli.us>
  • Loading branch information
jpirko committed Oct 5, 2015
1 parent 796a49d commit 2ed1ef8
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.19], [jiri@resnulli.us])
AC_INIT([libteam], [1.20], [jiri@resnulli.us])
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, 8)
AC_SUBST(LIBTEAM_REVISION, 0)
AC_SUBST(LIBTEAM_REVISION, 1)
AC_SUBST(LIBTEAM_AGE, 3)

AC_SUBST(LIBTEAMDCTL_CURRENT, 1)
Expand Down

0 comments on commit 2ed1ef8

Please sign in to comment.