diff options
author | Martijn Kaijser <martijn@xbmc.org> | 2015-12-13 14:04:21 +0100 |
---|---|---|
committer | Martijn Kaijser <martijn@xbmc.org> | 2015-12-13 14:04:21 +0100 |
commit | 19fc4fa8c0459a7e948ef32e6b9824d3ad4c85d3 (patch) | |
tree | 61cf8e338a8a2237344b6794dc5ef73b9f38b674 | |
parent | a724f299675c56efba8337f6215a1f95a217c238 (diff) | |
parent | afbf8c09c9878b8ffd707f7d6bd70942fe04c3f2 (diff) |
Merge pull request #8581 from MartijnKaijser/16.0b5
bump to 16.0 beta 5
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | version.txt | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index a79db5b247..4e125e585c 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT([kodi], [15.9.804], [http://trac.kodi.tv]) +AC_INIT([kodi], [15.9.805], [http://trac.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 02d43fdf47..194c314177 100644 --- a/version.txt +++ b/version.txt @@ -3,9 +3,9 @@ COMPANY_NAME XBMC-Foundation WEBSITE http://kodi.tv VERSION_MAJOR 16 VERSION_MINOR 0 -VERSION_TAG BETA4 -VERSION_CODE 159804 -ADDON_API 15.9.804 +VERSION_TAG BETA5 +VERSION_CODE 159805 +ADDON_API 15.9.805 # Notes: # Change AC_INIT in configure.ac |