From 23308dd710eb5b5a5e801fc3b302f39de46e95e6 Mon Sep 17 00:00:00 2001 From: Tanu Kaskinen Date: Sun, 15 Aug 2021 19:47:18 +0300 Subject: [PATCH] Prepare for releasing 5.0 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 1079361..45f825e 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ # along with pavucontrol. If not, see . AC_PREREQ(2.62) -AC_INIT([pavucontrol],[4.0],[mzcnihpbageby (at) 0pointer (dot) de]) +AC_INIT([pavucontrol],[5.0],[mzcnihpbageby (at) 0pointer (dot) de]) AC_CONFIG_SRCDIR([src/pavucontrol.cc]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADERS([config.h])