summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMike Brady <4265913+mikebrady@users.noreply.github.com>2020-07-08 10:20:33 +0100
committerMike Brady <4265913+mikebrady@users.noreply.github.com>2020-07-08 10:20:33 +0100
commit1028f0c734820c71f9508da61efd0617485d8171 (patch)
treefdbbcf14fab29233cfc7d9b3844341768481868e /configure.ac
parent282871eaba2b61dc56d6451509d78e9fd9351abd (diff)
Remove leading zeroes from an incoming DACP ID in another place
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 553085a..182d330 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.50])
-AC_INIT([shairport-sync], [3.3.7d12], [4265913+mikebrady@users.noreply.github.com])
+AC_INIT([shairport-sync], [3.3.7d13], [4265913+mikebrady@users.noreply.github.com])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([shairport.c])
AC_CONFIG_HEADERS([config.h])