mirror of
https://github.com/badaix/snapcast.git
synced 2025-08-06 10:09:33 +02:00
update version number to 0.13.0
This commit is contained in:
parent
2e0151ce7c
commit
5a065b0d28
4 changed files with 4 additions and 4 deletions
|
@ -9,7 +9,7 @@ android {
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 27
|
targetSdkVersion 27
|
||||||
versionCode 1200
|
versionCode 1200
|
||||||
versionName "0.12.0"
|
versionName "0.13.0"
|
||||||
multiDexEnabled true
|
multiDexEnabled true
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
}
|
}
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
VERSION = 0.12.0
|
VERSION = 0.13.0
|
||||||
BIN = snapclient
|
BIN = snapclient
|
||||||
|
|
||||||
ifeq ($(TARGET), FREEBSD)
|
ifeq ($(TARGET), FREEBSD)
|
||||||
|
|
|
@ -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.12.0
|
PKG_VERSION := 0.13.0
|
||||||
PKG_RELEASE := $(PKG_SOURCE_VERSION)
|
PKG_RELEASE := $(PKG_SOURCE_VERSION)
|
||||||
PKG_USE_MIPS16 := 0
|
PKG_USE_MIPS16 := 0
|
||||||
|
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
VERSION = 0.12.0
|
VERSION = 0.13.0
|
||||||
BIN = snapserver
|
BIN = snapserver
|
||||||
|
|
||||||
ifeq ($(TARGET), FREEBSD)
|
ifeq ($(TARGET), FREEBSD)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue