Skip to content

Commit

Permalink
1.0 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 Jan 30, 2013
1 parent a7702de commit 32d1174
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], [0.1], [jpirko@redhat.com])
AC_INIT([libteam], [1.0], [jpirko@redhat.com])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([-Wall foreign subdir-objects])
#m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES(yes)], [])
Expand All @@ -21,7 +21,7 @@ AM_PROG_AR
# 6. If any interfaces have been removed or changed since the last public
# release, then set age to 0.

AC_SUBST(LIBTEAM_CURRENT, 0)
AC_SUBST(LIBTEAM_CURRENT, 1)
AC_SUBST(LIBTEAM_REVISION, 0)
AC_SUBST(LIBTEAM_AGE, 0)

Expand Down

0 comments on commit 32d1174

Please sign in to comment.