From 524d060b7a9a68ab4375460d2da611a80e4fc18b Mon Sep 17 00:00:00 2001 From: ejurgensen Date: Fri, 6 May 2016 19:50:14 +0200 Subject: [PATCH] Bump version to 24.1 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index ea0aba60..2aa02f92 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([forked-daapd], [24.0]) +AC_INIT([forked-daapd], [24.1]) AC_CONFIG_SRCDIR([config.h.in]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADERS([config.h])