From 3dad553725b88e3d2969a9336ffa45ee450c02d2 Mon Sep 17 00:00:00 2001 From: Martin Wagner Date: Sat, 25 Jul 2020 14:26:16 +0200 Subject: [PATCH] preparations for 0.8.4 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 7bd9d64..6d0308a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl -*- Mode: autoconf -*- dnl Process this file with autoconf to produce a configure script. AC_PREREQ([2.68]) -AC_INIT([mpdevil], [0.8.3]) +AC_INIT([mpdevil], [0.8.4]) AC_CONFIG_SRCDIR([bin/mpdevil.py]) AM_INIT_AUTOMAKE AC_CONFIG_MACRO_DIR([m4])