File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11# -*- Autoconf -*-
22# Process this file with autoconf to produce a configure script.
33
4- AC_INIT ( [ libteam] ,
[ 1.18 ] ,
[ [email protected] ] ) 4+ AC_INIT ( [ libteam] ,
[ 1.19 ] ,
[ [email protected] ] ) 55AC_CONFIG_AUX_DIR ( [ build-aux] )
66AC_CONFIG_MACRO_DIR ( [ m4] )
77AC_CONFIG_HEADERS ( [ config.h] )
@@ -23,12 +23,12 @@ AM_PROG_AR
2323# 6. If any interfaces have been removed or changed since the last public
2424# release, then set age to 0.
2525
26- AC_SUBST ( LIBTEAM_CURRENT , 7 )
27- AC_SUBST ( LIBTEAM_REVISION , 3 )
28- AC_SUBST ( LIBTEAM_AGE , 2 )
26+ AC_SUBST ( LIBTEAM_CURRENT , 8 )
27+ AC_SUBST ( LIBTEAM_REVISION , 0 )
28+ AC_SUBST ( LIBTEAM_AGE , 3 )
2929
3030AC_SUBST ( LIBTEAMDCTL_CURRENT , 1 )
31- AC_SUBST ( LIBTEAMDCTL_REVISION , 4 )
31+ AC_SUBST ( LIBTEAMDCTL_REVISION , 5 )
3232AC_SUBST ( LIBTEAMDCTL_AGE , 1 )
3333
3434CFLAGS="$CFLAGS -Wall"
You can’t perform that action at this time.
0 commit comments