diff options
author | Martijn Kaijser <mcm.kaijser@gmail.com> | 2014-11-25 18:05:46 +0100 |
---|---|---|
committer | Martijn Kaijser <mcm.kaijser@gmail.com> | 2014-11-25 18:05:46 +0100 |
commit | 48e55559feb1e6be020fa359acc2f1b29963f193 (patch) | |
tree | 048bf6cbe73eaa78d98e7bec6b4bc497f7f27162 | |
parent | 4465fbfa715d02dd6ebbfa1b90fa315a6b75a7d2 (diff) |
[release] bump to 14.0 rc1
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | media/Splash.png | bin | 132409 -> 126236 bytes | |||
-rw-r--r-- | version.txt | 6 |
3 files changed, 4 insertions, 4 deletions
diff --git a/configure.in b/configure.in index 58a3ee67ad..3d54afa39f 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.805], [http://issues.kodi.tv]) +AC_INIT([kodi], [13.9.901], [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/media/Splash.png b/media/Splash.png Binary files differindex 2b01a863a0..ecdc7d920b 100644 --- a/media/Splash.png +++ b/media/Splash.png diff --git a/version.txt b/version.txt index b5a70ad5f2..4a458a1e47 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 BETA5 -VERSION_CODE 139805 -ADDON_API 13.9.805 +VERSION_TAG RC1 +VERSION_CODE 139901 +ADDON_API 13.9.901 # Notes: # Change AC_INIT in configure.in |