diff options
author | Martijn Kaijser <mcm.kaijser@gmail.com> | 2016-01-12 18:49:01 +0100 |
---|---|---|
committer | Martijn Kaijser <mcm.kaijser@gmail.com> | 2016-01-12 18:51:02 +0100 |
commit | 2d518375a708d14e138fc4ee08f6cc4dc2459cd0 (patch) | |
tree | 6952c2f6714e2b5a3281297f69051f7d02756ae5 | |
parent | 2b23909b1cff529f4601066e0cfe17a618025ec8 (diff) |
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 |