]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Fix small compilation error in 3.3.3. 3.3.4
authorMike Brady <mikebrady@eircom.net>
Mon, 28 Oct 2019 08:59:50 +0000 (08:59 +0000)
committerGitHub <noreply@github.com>
Mon, 28 Oct 2019 08:59:50 +0000 (08:59 +0000)
configure.ac

index f5cad1b213e058d84eda3a39ae43373f7f494290..6cfb8ed0904acd68d9e4a739008cc813f169ea21 100644 (file)
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ([2.50])
-AC_INIT([shairport-sync], [3.3.3], [mikebrady@eircom.net])
+AC_INIT([shairport-sync], [3.3.4], [mikebrady@eircom.net])
 AM_INIT_AUTOMAKE
 AC_CONFIG_SRCDIR([shairport.c])
 AC_CONFIG_HEADERS([config.h])