diff options
author | Martijn Kaijser <martijn@xbmc.org> | 2015-08-16 11:29:27 +0200 |
---|---|---|
committer | Martijn Kaijser <martijn@xbmc.org> | 2015-08-16 11:29:27 +0200 |
commit | d496682cb278224d4c62380591ad134b99858582 (patch) | |
tree | 8ecf7fa1cf74e75929506d80d5b8b6b889953e74 | |
parent | 48f3441dfeee586cf44f77f640151b55fc7eeca0 (diff) | |
parent | 2ff350f36d519d9f079f97c278ed403f0a778d26 (diff) |
Merge pull request #7795 from MartijnKaijser/15.1
bump to final release 15.1
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | media/Splash.png | bin | 66904 -> 67718 bytes | |||
-rw-r--r-- | version.txt | 6 |
3 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index cf945a0092..4f351c5247 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.0.901], [http://trac.kodi.tv]) +AC_INIT([kodi], [15.1.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 64586cb5ae..abfb902ca2 100644 --- a/media/Splash.png +++ b/media/Splash.png diff --git a/version.txt b/version.txt index 676337273b..9edcc24a91 100644 --- a/version.txt +++ b/version.txt @@ -3,9 +3,9 @@ COMPANY_NAME XBMC-Foundation WEBSITE http://kodi.tv VERSION_MAJOR 15 VERSION_MINOR 1 -VERSION_TAG RC1 -VERSION_CODE 150901 -ADDON_API 15.0.901 +VERSION_TAG +VERSION_CODE 151000 +ADDON_API 15.1.000 # Notes: # Change AC_INIT in configure.ac |