update version number to 0.13.0

This commit is contained in:
badaix 2018-02-02 22:24:18 +01:00
parent 2e0151ce7c
commit 5a065b0d28
4 changed files with 4 additions and 4 deletions

View file

@ -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
} }

View file

@ -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)

View file

@ -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

View file

@ -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)