mirror of
https://github.com/badaix/snapcast.git
synced 2025-08-01 15:49:56 +02:00
raise version to beta-2
This commit is contained in:
parent
df5f9bdeab
commit
f2e20340b7
6 changed files with 20 additions and 4 deletions
|
@ -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 {
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,3 +1,11 @@
|
|||
snapclient (0.11.0~beta-2) unstable; urgency=low
|
||||
|
||||
* Features
|
||||
* Bugfixes
|
||||
* General
|
||||
|
||||
-- Johannes Pohl <johannes.pohl@badaix.de> Sun, 12 Mar 2017 00:13:37 +0200
|
||||
|
||||
snapclient (0.11.0~beta-1) unstable; urgency=low
|
||||
|
||||
* Features
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,3 +1,11 @@
|
|||
snapserver (0.11.0~beta-2) unstable; urgency=low
|
||||
|
||||
* Features
|
||||
* Bugfixes
|
||||
* General
|
||||
|
||||
-- Johannes Pohl <johannes.pohl@badaix.de> Sun, 12 Mar 2017 00:13:37 +0200
|
||||
|
||||
snapserver (0.11.0~beta-1) unstable; urgency=low
|
||||
|
||||
* Features
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue