diff options
author | Martijn Kaijser <martijn@xbmc.org> | 2017-02-01 19:47:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-01 19:47:32 +0100 |
commit | a10c5048f2487bd9b2dc1f35d2fee48a25945a70 (patch) | |
tree | 452448786352720d954293def2cf4b7765d32194 | |
parent | 48e28b6da91f8259b1076c25b2ae86b31c288742 (diff) | |
parent | 8cf5c61df262a3aa48117f98092111a4e0d743e6 (diff) |
Merge pull request #11590 from MartijnKaijser/v17.0_final17.0-Krypton
bump to v17.0 final
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | media/Splash.png | bin | 1800659 -> 1799100 bytes | |||
-rw-r--r-- | project/cmake/addons/bootstrap/repositories/binary-addons.txt | 2 | ||||
-rw-r--r-- | version.txt | 6 |
4 files changed, 5 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac index b9bbe7450d..060939073c 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], [16.9.904], [http://trac.kodi.tv]) +AC_INIT([kodi], [17.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 fc6a4e08aa..72a1764236 100644 --- a/media/Splash.png +++ b/media/Splash.png diff --git a/project/cmake/addons/bootstrap/repositories/binary-addons.txt b/project/cmake/addons/bootstrap/repositories/binary-addons.txt index 7439983b3a..a27f719256 100644 --- a/project/cmake/addons/bootstrap/repositories/binary-addons.txt +++ b/project/cmake/addons/bootstrap/repositories/binary-addons.txt @@ -1 +1 @@ -binary-addons https://github.com/xbmc/repo-binary-addons.git Krypton +binary-addons https://github.com/xbmc/repo-binary-addons.git 17.0-Krypton diff --git a/version.txt b/version.txt index 224746951a..3cad8e8498 100644 --- a/version.txt +++ b/version.txt @@ -3,9 +3,9 @@ COMPANY_NAME XBMC-Foundation WEBSITE http://kodi.tv VERSION_MAJOR 17 VERSION_MINOR 0 -VERSION_TAG RC4 -VERSION_CODE 169904 -ADDON_API 16.9.904 +VERSION_TAG +VERSION_CODE 170000 +ADDON_API 17.0.000 # Notes: # Change AC_INIT in configure.ac |