diff --git a/bin/mpdevil.py b/bin/mpdevil.py index 88e8b25..b07eda5 100644 --- a/bin/mpdevil.py +++ b/bin/mpdevil.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 # -*- coding: utf-8 -*- # # mpdevil - MPD Client. diff --git a/configure.ac b/configure.ac index 123962c..fd968e2 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.4.1]) +AC_INIT([mpdevil], [0.4.2]) AC_CONFIG_SRCDIR([bin/mpdevil.py]) AM_INIT_AUTOMAKE AC_CONFIG_MACRO_DIR([m4])