diff options
author | Martijn Kaijser <machine.sanctum@gmail.com> | 2014-11-25 14:31:09 +0100 |
---|---|---|
committer | Martijn Kaijser <machine.sanctum@gmail.com> | 2014-11-25 14:31:09 +0100 |
commit | 4465fbfa715d02dd6ebbfa1b90fa315a6b75a7d2 (patch) | |
tree | 3ed5980be3c60ccb43bc7eccd81e2440e6c6f955 | |
parent | bc05c4be94bbde7e9f9147ae8e9a9b1810536dd0 (diff) | |
parent | 7da298e60463421743e7e7a02c692f9f39f543e3 (diff) |
Merge pull request #5811 from MartijnKaijser/14.0b514.0b5-Helix
[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 |