From d6c6e8c1b7f68ada55e7b3098e3b8e67fb5fe90a Mon Sep 17 00:00:00 2001 From: Mike Brady Date: Thu, 20 Feb 2020 18:24:32 +0000 Subject: Don't use strndup as old versions of OpenWrt don't seem to have it --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 2d9a049..19f6093 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.3.6d10], [mikebrady@eircom.net]) +AC_INIT([shairport-sync], [3.3.6d11], [mikebrady@eircom.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h]) -- cgit v1.2.3