diff --git a/contrib/PKGBUILD b/contrib/PKGBUILD index eb2f6007..eb0d0371 100644 --- a/contrib/PKGBUILD +++ b/contrib/PKGBUILD @@ -1,5 +1,5 @@ pkgname=anmp -pkgver=9 +pkgver=10 pkgrel=1 pkgdesc='Audio Player for Video Game Music' url='http://www.github.com/derselbst/ANMP/' diff --git a/contrib/anmp.dsc b/contrib/anmp.dsc index 3ad352fe..547567e9 100644 --- a/contrib/anmp.dsc +++ b/contrib/anmp.dsc @@ -2,7 +2,7 @@ Format: 2 Source: anmp Binary: anmp-bin, anmp--n, anmp-dev, anmp-progs, -n libanmp0 Architecture: any -Version: 9.0-0 +Version: 10.0-0 Maintainer: Tom M. Homepage: https://www.github.com/derselbst/ANMP Build-Depends: debhelper (>= 9), gcc (>= 4.8.1), cmake (>= 3.1), libcue-dev, libgme-dev, libfluidsynth-dev (>= 2.2), libsmf-dev, libmad0-dev, libid3tag0-dev, libsndfile-dev, libasound2-dev, libjack-dev, libsamplerate0-dev, libmodplug-dev, portaudio19-dev, libebur128-dev, qt5-default, qtbase5-dev, libqt5opengl5-dev diff --git a/contrib/anmp.spec b/contrib/anmp.spec index 5734f517..5c7e0efd 100644 --- a/contrib/anmp.spec +++ b/contrib/anmp.spec @@ -8,7 +8,7 @@ %define builddir build Name: anmp -Version: 9 +Version: 10 Release: 0 License: GPL-2.0 Summary: Another Nameless Music Player diff --git a/include/anmp.hpp b/include/anmp.hpp index 1745325a..daf83de1 100644 --- a/include/anmp.hpp +++ b/include/anmp.hpp @@ -19,7 +19,7 @@ #define ANMP_TITLE "ANMP" #define ANMP_SUBTITLE "Another Nameless Music Player" -#define ANMP_VERSION "9" +#define ANMP_VERSION "10" #define ANMP_API_VERSION 0 #define ANMP_WEBSITE "https://www.github.com/derselbst/ANMP" #define ANMP_COPYRIGHT "Tom Moebert (derselbst)"