diff --git a/android/Snapcast/build.gradle b/android/Snapcast/build.gradle index 81622d02..b5e13975 100644 --- a/android/Snapcast/build.gradle +++ b/android/Snapcast/build.gradle @@ -9,7 +9,7 @@ android { minSdkVersion 16 targetSdkVersion 23 versionCode 1090 - versionName "0.11.0-beta-1" + versionName "0.11.0-beta-2" multiDexEnabled true } buildTypes { diff --git a/client/Makefile b/client/Makefile index 045f4910..4865a6e3 100644 --- a/client/Makefile +++ b/client/Makefile @@ -1,4 +1,4 @@ -VERSION = 0.11.0-beta-1 +VERSION = 0.11.0-beta-2 TARGET = snapclient ifeq ($(TARGET), FREEBSD) SHELL = /usr/local/bin/bash diff --git a/client/debian/changelog b/client/debian/changelog index 7a56055a..e77f371d 100644 --- a/client/debian/changelog +++ b/client/debian/changelog @@ -1,3 +1,11 @@ +snapclient (0.11.0~beta-2) unstable; urgency=low + + * Features + * Bugfixes + * General + + -- Johannes Pohl Sun, 12 Mar 2017 00:13:37 +0200 + snapclient (0.11.0~beta-1) unstable; urgency=low * Features diff --git a/openWrt/Makefile.openwrt b/openWrt/Makefile.openwrt index ed19cc7b..a2c143ea 100755 --- a/openWrt/Makefile.openwrt +++ b/openWrt/Makefile.openwrt @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/target.mk PKG_NAME := snapcast -PKG_VERSION := 0.11.0-beta-1 +PKG_VERSION := 0.11.0-beta-2 PKG_RELEASE := $(PKG_SOURCE_VERSION) PKG_USE_MIPS16 := 0 diff --git a/server/Makefile b/server/Makefile index 579bdaaa..7dfda0d9 100644 --- a/server/Makefile +++ b/server/Makefile @@ -1,4 +1,4 @@ -VERSION = 0.11.0-beta-1 +VERSION = 0.11.0-beta-2 TARGET = snapserver ifeq ($(TARGET), FREEBSD) SHELL = /usr/local/bin/bash diff --git a/server/debian/changelog b/server/debian/changelog index 9527a16b..2ebf337e 100644 --- a/server/debian/changelog +++ b/server/debian/changelog @@ -1,3 +1,11 @@ +snapserver (0.11.0~beta-2) unstable; urgency=low + + * Features + * Bugfixes + * General + + -- Johannes Pohl Sun, 12 Mar 2017 00:13:37 +0200 + snapserver (0.11.0~beta-1) unstable; urgency=low * Features