]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Fix a stupid error in 3.3rc5.
authorMike Brady <mikebrady@eircom.net>
Tue, 7 May 2019 11:26:27 +0000 (12:26 +0100)
committerMike Brady <mikebrady@eircom.net>
Tue, 7 May 2019 11:26:27 +0000 (12:26 +0100)
configure.ac

index ead30f4015c6a73f5598f27b2110dcbf069afe1e..1cd638555bfee12be941a0a15f83185122fe7de9 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.3rc5], [mikebrady@eircom.net])
+AC_INIT([shairport-sync], [3.3rc6], [mikebrady@eircom.net])
 AM_INIT_AUTOMAKE
 AC_CONFIG_SRCDIR([shairport.c])
 AC_CONFIG_HEADERS([config.h])