]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Add the ability to pseudo-randomly drop audio packets to simiulate a noisy network.
authorMike Brady <mikebrady@eircom.net>
Fri, 13 Apr 2018 08:58:31 +0000 (09:58 +0100)
committerMike Brady <mikebrady@eircom.net>
Fri, 13 Apr 2018 08:58:31 +0000 (09:58 +0100)
configure.ac

index 76a7b832a93d03a417243fbd51f8adab62614155..b3a47064b69c768c0df505880c6ded8a696970d7 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.2d38], [mikebrady@eircom.net])
+AC_INIT([shairport-sync], [3.2d39], [mikebrady@eircom.net])
 AM_INIT_AUTOMAKE
 AC_CONFIG_SRCDIR([shairport.c])
 AC_CONFIG_HEADERS([config.h])