summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMike Brady <mikebrady@eircom.net>2017-12-18 18:51:12 +0000
committerMike Brady <mikebrady@eircom.net>2017-12-18 18:51:12 +0000
commita9d07cd7fdbd4f6629cc972926463fe100bd3cfe (patch)
tree684d3acba0f6363e23c5b5ea4c352416086e769d /configure.ac
parent1637a79dd6d2fab8423dcee70d587de53c2a2e06 (diff)
Add tinyhttp code for sending and reading responses. Clean up some dacp routines. Most new and modified rooutines untested.
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 7b308aa..fc42407 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.2d20], [mikebrady@eircom.net])
+AC_INIT([shairport-sync], [3.2d21], [mikebrady@eircom.net])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([shairport.c])
AC_CONFIG_HEADERS([config.h])