diff options
author | Martijn Kaijser <mcm.kaijser@gmail.com> | 2014-11-03 19:58:40 +0100 |
---|---|---|
committer | Martijn Kaijser <mcm.kaijser@gmail.com> | 2014-11-03 19:58:40 +0100 |
commit | 50d741807c347ddfce1b7e64359bba6ba3ac0a44 (patch) | |
tree | f5e113bcc0f19d887e4e854b6fcee11dfe928220 | |
parent | d6947be3663c845d31aac184c5394193ad2f4bfe (diff) |
[release] bump to 14.0 beta2
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | version.txt | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/configure.in b/configure.in index c5e72bd4a4..fe2e882efa 100644 --- a/configure.in +++ b/configure.in @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT([kodi], [13.9.801], [http://issues.kodi.tv]) +AC_INIT([kodi], [13.9.802], [http://issues.kodi.tv]) AC_CONFIG_HEADERS([xbmc/config.h]) AH_TOP([#pragma once]) m4_include([m4/ax_prog_cc_for_build.m4]) diff --git a/version.txt b/version.txt index 530fd2aeac..cabba252f2 100644 --- a/version.txt +++ b/version.txt @@ -3,9 +3,9 @@ COMPANY_NAME Team-Kodi WEBSITE http://kodi.tv VERSION_MAJOR 14 VERSION_MINOR 0 -VERSION_TAG BETA1 -VERSION_CODE 139801 -ADDON_API 13.9.801 +VERSION_TAG BETA2 +VERSION_CODE 139802 +ADDON_API 13.9.802 # Notes: # Change AC_INIT in configure.in |