diff options
author | Martijn Kaijser <martijn@xbmc.org> | 2015-03-26 16:03:58 +0100 |
---|---|---|
committer | Martijn Kaijser <martijn@xbmc.org> | 2015-03-26 16:03:58 +0100 |
commit | db7d91da277ab925e933af06bcbf1de48709e83e (patch) | |
tree | 0d727e669b5013d5087b211fd4eec4fad3341376 | |
parent | a36900be5b0f220e0a8835091ac2a0d426447db9 (diff) | |
parent | 53484984c0b088cb58435b3b89168dbdb8593171 (diff) |
Merge pull request #6689 from MartijnKaijser/14.2_final
[release] bump to 14.2 final
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | media/Splash.png | bin | 122075 -> 121814 bytes | |||
-rw-r--r-- | version.txt | 4 |
3 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in index 32e37c5da7..0c223a8525 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], [14.1.901], [http://trac.kodi.tv]) +AC_INIT([kodi], [14.2.000], [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 8f2ae8d84f..5e749fe962 100644 --- a/media/Splash.png +++ b/media/Splash.png diff --git a/version.txt b/version.txt index 628f305e2d..c1aa1fff25 100644 --- a/version.txt +++ b/version.txt @@ -4,8 +4,8 @@ WEBSITE http://kodi.tv VERSION_MAJOR 14 VERSION_MINOR 2 VERSION_TAG RC1 -VERSION_CODE 141901 -ADDON_API 14.1.901 +VERSION_CODE 142000 +ADDON_API 14.2.000 # Notes: # Change AC_INIT in configure.in |