diff options
author | Martijn Kaijser <mcm.kaijser@gmail.com> | 2014-12-23 17:40:43 +0100 |
---|---|---|
committer | Martijn Kaijser <mcm.kaijser@gmail.com> | 2014-12-23 18:07:15 +0100 |
commit | 296df7eff44a4cb793271225ec0721f76166ad73 (patch) | |
tree | ae7b87ad2969b255077af248dff1203740f6db8c | |
parent | d19dd4461906e2902077c253fd70797435d7fb7b (diff) |
bump to 14.1rc1
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | media/Splash.png | bin | 121664 -> 119002 bytes | |||
-rw-r--r-- | version.txt | 8 |
3 files changed, 5 insertions, 5 deletions
diff --git a/configure.in b/configure.in index 646287a885..140824d245 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.0.000], [http://issues.kodi.tv]) +AC_INIT([kodi], [14.0.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 25837efbae..f70c56305d 100644 --- a/media/Splash.png +++ b/media/Splash.png diff --git a/version.txt b/version.txt index d431b55838..540b11ae56 100644 --- a/version.txt +++ b/version.txt @@ -2,10 +2,10 @@ APP_NAME Kodi COMPANY_NAME XBMC-Foundation WEBSITE http://kodi.tv VERSION_MAJOR 14 -VERSION_MINOR 0 -VERSION_TAG -VERSION_CODE 140000 -ADDON_API 14.0.000 +VERSION_MINOR 1 +VERSION_TAG RC1 +VERSION_CODE 140901 +ADDON_API 14.0.901 # Notes: # Change AC_INIT in configure.in |