diff --git a/Makefile b/Makefile index c41a903..f1ca44a 100644 --- a/Makefile +++ b/Makefile @@ -295,10 +295,10 @@ OBJEXT = o PACKAGE = mediacore-hid PACKAGE_BUGREPORT = bugs@miqra.nl PACKAGE_NAME = MediaCore HID Server -PACKAGE_STRING = MediaCore HID Server 4.0.1 +PACKAGE_STRING = MediaCore HID Server 4.1.0 PACKAGE_TARNAME = mediacore-hid PACKAGE_URL = http://www.miqra.nl/ -PACKAGE_VERSION = 4.0.1 +PACKAGE_VERSION = 4.1.0 PATH_SEPARATOR = : PKG_CONFIG = /usr/bin/pkg-config PKG_CONFIG_LIBDIR = @@ -306,7 +306,7 @@ PKG_CONFIG_PATH = SET_MAKE = SHELL = /bin/bash STRIP = -VERSION = 4.0.1 +VERSION = 4.1.0 abs_builddir = /home/pi/mediacore-hid abs_srcdir = /home/pi/mediacore-hid abs_top_builddir = /home/pi/mediacore-hid diff --git a/config.hpp b/config.hpp index 8aa9b98..191d445 100644 --- a/config.hpp +++ b/config.hpp @@ -11,7 +11,7 @@ #define PACKAGE_NAME "MediaCore HID Server" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "MediaCore HID Server 4.0.1" +#define PACKAGE_STRING "MediaCore HID Server 4.1.0" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "mediacore-hid" @@ -20,4 +20,4 @@ #define PACKAGE_URL "http://www.miqra.nl/" /* Define to the version of this package. */ -#define PACKAGE_VERSION "4.0.1" +#define PACKAGE_VERSION "4.1.0" diff --git a/configure.ac b/configure.ac index e7005e9..a7f24a9 100755 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([MediaCore HID Server], [4.0.1], [bugs@miqra.nl], [mediacore-hid], [http://www.miqra.nl/]) +AC_INIT([MediaCore HID Server], [4.1.0], [bugs@miqra.nl], [mediacore-hid], [http://www.miqra.nl/]) AC_PREREQ([2.59]) AM_INIT_AUTOMAKE([1.11 no-define foreign subdir-objects]) AC_CONFIG_HEADERS([config.hpp]) diff --git a/version.py b/version.py index 3650087..43ea239 100644 --- a/version.py +++ b/version.py @@ -1,2 +1,2 @@ PACKAGE="mediacore-hid" -VERSION="4.0.1" +VERSION="4.1.0"