diff options
author | Martijn Kaijser <mcm.kaijser@gmail.com> | 2014-11-24 21:58:19 +0100 |
---|---|---|
committer | Martijn Kaijser <mcm.kaijser@gmail.com> | 2014-11-24 21:58:19 +0100 |
commit | 7da298e60463421743e7e7a02c692f9f39f543e3 (patch) | |
tree | a450e824356829382f3390d2d094b23dfe2b8616 | |
parent | 968c62470b4d947c72341a170ca4bb2865781d8b (diff) |
[release] bump to 14.0 beta5
-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 f6aac2379a..58a3ee67ad 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.804], [http://issues.kodi.tv]) +AC_INIT([kodi], [13.9.805], [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 2bb2220e8d..b5a70ad5f2 100644 --- a/version.txt +++ b/version.txt @@ -3,9 +3,9 @@ COMPANY_NAME XBMC-Foundation WEBSITE http://kodi.tv VERSION_MAJOR 14 VERSION_MINOR 0 -VERSION_TAG BETA4 -VERSION_CODE 139804 -ADDON_API 13.9.804 +VERSION_TAG BETA5 +VERSION_CODE 139805 +ADDON_API 13.9.805 # Notes: # Change AC_INIT in configure.in |