]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Fix a compilation error w.r.t. debuglev and fix a complation warning.
authorMike Brady <mikebrady@eircom.net>
Wed, 12 Dec 2018 21:46:59 +0000 (21:46 +0000)
committerMike Brady <mikebrady@eircom.net>
Wed, 12 Dec 2018 21:46:59 +0000 (21:46 +0000)
configure.ac

index 6d8a4227000f7d6c222e0fc59fa067d4849f6586..512156ef7f22339c1c493b12f0134c52323d701a 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.3d36], [mikebrady@eircom.net])
+AC_INIT([shairport-sync], [3.3d37], [mikebrady@eircom.net])
 AM_INIT_AUTOMAKE
 AC_CONFIG_SRCDIR([shairport.c])
 AC_CONFIG_HEADERS([config.h])