]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Update version number to 5.0.1 in configure.ac [skip ci]
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Fri, 27 Feb 2026 15:15:10 +0000 (15:15 +0000)
committerGitHub <noreply@github.com>
Fri, 27 Feb 2026 15:15:10 +0000 (15:15 +0000)
configure.ac

index 42f16ac6fe58d60b3e4ab203b873760f7bafaaaa..7ca02886397acbd576e8f3f7d21f5294db2949d3 100644 (file)
@@ -1,7 +1,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ([2.50])
-AC_INIT([shairport-sync], [5.0-post-dev], [4265913+mikebrady@users.noreply.github.com])
+AC_INIT([shairport-sync], [5.0.1], [4265913+mikebrady@users.noreply.github.com])
 : ${CFLAGS="-O3"}
 : ${CXXFLAGS="-O3"}
 AM_INIT_AUTOMAKE([subdir-objects])