mirror of
https://github.com/badaix/snapcast.git
synced 2025-08-06 10:09:33 +02:00
Bump version number to 0.11.0-beta-1
This commit is contained in:
parent
32eb0173c2
commit
ee3884af9d
6 changed files with 20 additions and 4 deletions
|
@ -9,7 +9,7 @@ android {
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 23
|
targetSdkVersion 23
|
||||||
versionCode 1000
|
versionCode 1000
|
||||||
versionName "0.10.0"
|
versionName "0.11.0-beta-1"
|
||||||
multiDexEnabled true
|
multiDexEnabled true
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
VERSION = 0.10.0
|
VERSION = 0.11.0-beta-1
|
||||||
TARGET = snapclient
|
TARGET = snapclient
|
||||||
ifeq ($(TARGET), FREEBSD)
|
ifeq ($(TARGET), FREEBSD)
|
||||||
SHELL = /usr/local/bin/bash
|
SHELL = /usr/local/bin/bash
|
||||||
|
|
|
@ -1,3 +1,11 @@
|
||||||
|
snapclient (0.11.0~beta-1) unstable; urgency=low
|
||||||
|
|
||||||
|
* Features
|
||||||
|
* Bugfixes
|
||||||
|
* General
|
||||||
|
|
||||||
|
-- Johannes Pohl <johannes.pohl@badaix.de> Wed, 16 Nov 2016 00:13:37 +0200
|
||||||
|
|
||||||
snapclient (0.10.0) unstable; urgency=low
|
snapclient (0.10.0) unstable; urgency=low
|
||||||
|
|
||||||
* Features
|
* Features
|
||||||
|
|
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
include $(INCLUDE_DIR)/target.mk
|
include $(INCLUDE_DIR)/target.mk
|
||||||
|
|
||||||
PKG_NAME := snapcast
|
PKG_NAME := snapcast
|
||||||
PKG_VERSION := 0.10.0
|
PKG_VERSION := 0.11.0-beta-1
|
||||||
PKG_RELEASE := $(PKG_SOURCE_VERSION)
|
PKG_RELEASE := $(PKG_SOURCE_VERSION)
|
||||||
PKG_USE_MIPS16 := 0
|
PKG_USE_MIPS16 := 0
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
VERSION = 0.10.0
|
VERSION = 0.11.0-beta-1
|
||||||
TARGET = snapserver
|
TARGET = snapserver
|
||||||
ifeq ($(TARGET), FREEBSD)
|
ifeq ($(TARGET), FREEBSD)
|
||||||
SHELL = /usr/local/bin/bash
|
SHELL = /usr/local/bin/bash
|
||||||
|
|
|
@ -1,3 +1,11 @@
|
||||||
|
snapserver (0.11.0~beta-1) unstable; urgency=low
|
||||||
|
|
||||||
|
* Features
|
||||||
|
* Bugfixes
|
||||||
|
* General
|
||||||
|
|
||||||
|
-- Johannes Pohl <johannes.pohl@badaix.de> Wed, 16 Nov 2016 00:13:37 +0200
|
||||||
|
|
||||||
snapserver (0.10.0) unstable; urgency=low
|
snapserver (0.10.0) unstable; urgency=low
|
||||||
|
|
||||||
* Features
|
* Features
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue