From: Mike Brady Date: Mon, 12 Sep 2016 21:17:41 +0000 (+0100) Subject: Make endian-independent. Allow users to specify only U8/S8/S16/S24/S32 X-Git-Tag: 3.0.d18~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb6b7c34c909c67bd3d3e775fd3dccc28db71b94;p=thirdparty%2Fshairport-sync.git Make endian-independent. Allow users to specify only U8/S8/S16/S24/S32 --- diff --git a/configure.ac b/configure.ac index 4ba651d7..4ab4e6e6 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.50]) -AC_INIT([shairport-sync], [3.0-d12], [mikebrady@eircom.net]) +AC_INIT([shairport-sync], [3.0-d13], [mikebrady@eircom.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])