diff options
author | Martijn Kaijser <martijn@xbmc.org> | 2015-07-21 20:41:29 +0200 |
---|---|---|
committer | Martijn Kaijser <martijn@xbmc.org> | 2015-07-21 20:41:29 +0200 |
commit | 2f34a0c9694a660c153f8bdd39d44cbc748ef2ce (patch) | |
tree | 64a0c7f65995066e7fa026fc33948be736b9a2ec | |
parent | 23e67aa516533179ba597a6b0e58556ef1be9557 (diff) | |
parent | a2ab3707793f4ec3b0a273b2d3357010a6aca447 (diff) |
Merge pull request #7542 from MartijnKaijser/15.015.0-Isengard
bump to 15.0 final
-rw-r--r-- | addons/repository.xbmc.org/addon.xml | 2 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | media/Splash.png | bin | 69780 -> 68712 bytes | |||
-rw-r--r-- | version.txt | 6 |
4 files changed, 5 insertions, 5 deletions
diff --git a/addons/repository.xbmc.org/addon.xml b/addons/repository.xbmc.org/addon.xml index 4a121ac0a6..fc29323ce4 100644 --- a/addons/repository.xbmc.org/addon.xml +++ b/addons/repository.xbmc.org/addon.xml @@ -20,7 +20,7 @@ <datadir zip="true">http://mirrors.kodi.tv/addons/helix</datadir> <hashes>true</hashes> </dir> - <dir minversion="14.9.0"> + <dir minversion="15.0.0"> <info compressed="true">http://mirrors.kodi.tv/addons/isengard/addons.xml</info> <checksum>http://mirrors.kodi.tv/addons/isengard/addons.xml.md5</checksum> <datadir zip="true">http://mirrors.kodi.tv/addons/isengard</datadir> diff --git a/configure.ac b/configure.ac index 1fa050ee5d..190cfb9f2b 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], [14.9.902], [http://trac.kodi.tv]) +AC_INIT([kodi], [15.0.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 9afc4b8186..061fc84f2e 100644 --- a/media/Splash.png +++ b/media/Splash.png diff --git a/version.txt b/version.txt index c1a118801f..3ecc000370 100644 --- a/version.txt +++ b/version.txt @@ -3,9 +3,9 @@ COMPANY_NAME XBMC-Foundation WEBSITE http://kodi.tv VERSION_MAJOR 15 VERSION_MINOR 0 -VERSION_TAG RC3 -VERSION_CODE 149903 -ADDON_API 14.9.903 +VERSION_TAG +VERSION_CODE 150000 +ADDON_API 15.0.000 # Notes: # Change AC_INIT in configure.ac |