diff options
author | Tanu Kaskinen <tanuk@iki.fi> | 2021-08-15 19:47:18 +0300 |
---|---|---|
committer | Tanu Kaskinen <tanuk@iki.fi> | 2021-08-15 19:47:18 +0300 |
commit | 23308dd710eb5b5a5e801fc3b302f39de46e95e6 (patch) | |
tree | a365fdd4a9f3ff1077ee193ad937fcccb2105010 /configure.ac | |
parent | 9b683f4151368bff0803151361ab0edf58d88aae (diff) |
Prepare for releasing 5.0
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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 <http://www.gnu.org/licenses/>. 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]) |