diff options
author | Martijn Kaijser <martijn@xbmc.org> | 2016-01-12 19:11:06 +0100 |
---|---|---|
committer | Martijn Kaijser <martijn@xbmc.org> | 2016-01-12 19:11:06 +0100 |
commit | 1f2273299b94e90910f4f8fdda9d2ff5b7714a77 (patch) | |
tree | ce9115adbac6e19d9e3c00e52a66fff52a7e7f9d | |
parent | 7295b7534b38872d080606137963fa905920609c (diff) | |
parent | 2d518375a708d14e138fc4ee08f6cc4dc2459cd0 (diff) |
Merge pull request #8853 from MartijnKaijser/16rc1
bump to 16.0rc1
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | media/Splash.png | bin | 449476 -> 448966 bytes | |||
-rw-r--r-- | version.txt | 6 |
3 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index 4e125e585c..62bb829c41 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.805], [http://trac.kodi.tv]) +AC_INIT([kodi], [15.9.901], [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/media/Splash.png b/media/Splash.png Binary files differindex f084197595..3f6b1d440f 100644 --- a/media/Splash.png +++ b/media/Splash.png diff --git a/version.txt b/version.txt index 194c314177..d544a28287 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 BETA5 -VERSION_CODE 159805 -ADDON_API 15.9.805 +VERSION_TAG RC1 +VERSION_CODE 159901 +ADDON_API 15.9.901 # Notes: # Change AC_INIT in configure.ac |