]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Change calculation order to prevent overflow after about 26 hours at 44,100 fps in...
authorMike Brady <mikebrady@eircom.net>
Wed, 1 Aug 2018 08:36:28 +0000 (09:36 +0100)
committerMike Brady <mikebrady@eircom.net>
Wed, 1 Aug 2018 08:36:28 +0000 (09:36 +0100)
configure.ac

index 8650a1a027ad3f97f6c8314c630c4dfc7dffdb3f..54c0e6fdea9568c185915133b6781ba5d3412eed 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.3d0], [mikebrady@eircom.net])
+AC_INIT([shairport-sync], [3.3d1], [mikebrady@eircom.net])
 AM_INIT_AUTOMAKE
 AC_CONFIG_SRCDIR([shairport.c])
 AC_CONFIG_HEADERS([config.h])