Skip to content

Commit

Permalink
Bump version info.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebrady committed Oct 18, 2014
1 parent 4f561b2 commit fff01a8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.50])
AC_INIT([shairport-sync], [2.1.4], [[email protected]])
AC_INIT([shairport-sync], [2.1.5], [[email protected]])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([shairport.c])
AC_CONFIG_HEADERS([config.h])
Expand All @@ -17,8 +17,6 @@ if test "z$with_os_type" = "z"; then
fi
with_os_type=`echo ${with_os_type} | tr '[[:upper:]]' '[[:lower:]]' `



# Checks for programs.
AC_PROG_CC
AC_PROG_INSTALL
Expand Down

0 comments on commit fff01a8

Please sign in to comment.