From 0332fe75b7f006372b993eb4c29e31f47d752530 Mon Sep 17 00:00:00 2001 From: Martin Wagner Date: Sun, 19 Jan 2020 20:48:49 +0100 Subject: [PATCH] fixed shebang --- bin/mpdevil.py | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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])