From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Fri, 14 May 2021 13:23:10 +0000 (+0100) Subject: Was 4.0d4 with some extras. Moving to git-based semantic versioning. X-Git-Tag: 4.0-dev~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=056b37020c02bbd485ea989b66e97b902b858509;p=thirdparty%2Fshairport-sync.git Was 4.0d4 with some extras. Moving to git-based semantic versioning. --- diff --git a/configure.ac b/configure.ac index ca4cc228..aa082dee 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], [4.0d4], [4265913+mikebrady@users.noreply.github.com]) +AC_INIT([shairport-sync], [4.0-dev], [4265913+mikebrady@users.noreply.github.com]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])