]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Bump the configuration version number.
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Thu, 15 Sep 2022 16:33:39 +0000 (17:33 +0100)
committerMike Brady <4265913+mikebrady@users.noreply.github.com>
Thu, 15 Sep 2022 16:33:39 +0000 (17:33 +0100)
configure.ac

index b0f53cd9f99e3467a586111677ef3362cc123851..f2743a6830c2f8e7cc5d61efc66a8de0dc96094a 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.1-dev], [4265913+mikebrady@users.noreply.github.com])
+AC_INIT([shairport-sync], [4.1-rc0], [4265913+mikebrady@users.noreply.github.com])
 AM_INIT_AUTOMAKE([subdir-objects])
 AC_CONFIG_SRCDIR([shairport.c])
 AC_CONFIG_HEADERS([config.h])