]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Make rtp stuff thread-safe -- remove all globals
authorMike Brady <mikebrady@eircom.net>
Thu, 16 Mar 2017 15:47:20 +0000 (15:47 +0000)
committerMike Brady <mikebrady@eircom.net>
Thu, 16 Mar 2017 15:47:20 +0000 (15:47 +0000)
configure.ac

index 0773b287cd992667578d411cb0ba98124a1b33f0..a71a445c77962b26807974fb6394af51c7f41b63 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.1s2], [mikebrady@eircom.net])
+AC_INIT([shairport-sync], [3.1s3], [mikebrady@eircom.net])
 AM_INIT_AUTOMAKE
 AC_CONFIG_SRCDIR([shairport.c])
 AC_CONFIG_HEADERS([config.h])