]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Was 4.0d4 with some extras. Moving to git-based semantic versioning.
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Fri, 14 May 2021 13:23:10 +0000 (14:23 +0100)
committerMike Brady <4265913+mikebrady@users.noreply.github.com>
Fri, 14 May 2021 13:23:10 +0000 (14:23 +0100)
configure.ac

index ca4cc2283d78d168762890625214f50249bc0adb..aa082dee073c0ee0eae0aef8a6bab28331df25b6 100644 (file)
@@ -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])