From 33a64a4a956ce8eba7fc52f297a51e71dc620eff Mon Sep 17 00:00:00 2001 From: ejurgensen Date: Sat, 2 May 2015 23:36:03 +0200 Subject: [PATCH] Bump version to 23.0 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 53fdc81b..2d304e6d 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], [22.3]) +AC_INIT([forked-daapd], [23.0]) AC_CONFIG_SRCDIR([config.h.in]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADERS([config.h])