diff options
author | Martijn Kaijser <martijn@xbmc.org> | 2017-10-23 07:55:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-23 07:55:21 +0200 |
commit | 5bd45ab776d15e836b881cc4e12fbc5a7abc95a2 (patch) | |
tree | 38c46cb43886a3254ac4be755185a40e7a2604f9 | |
parent | 2852c5e09f1e809a9e625cb05921813f5f9a6507 (diff) | |
parent | f8f2dca17b40247c8cf9fffbc986cd31434278ae (diff) |
Merge pull request #12947 from MartijnKaijser/v17.517.5-Krypton
[release] bump to final v17.5
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | media/Splash.png | bin | 1798663 -> 1797070 bytes | |||
-rw-r--r-- | version.txt | 6 |
3 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index 3aae575199..71e942b1c3 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], [17.4.901], [http://trac.kodi.tv]) +AC_INIT([kodi], [17.5.0], [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 13ee256f53..badee40723 100644 --- a/media/Splash.png +++ b/media/Splash.png diff --git a/version.txt b/version.txt index 1ec8884b94..07980b0475 100644 --- a/version.txt +++ b/version.txt @@ -3,9 +3,9 @@ COMPANY_NAME XBMC-Foundation WEBSITE http://kodi.tv VERSION_MAJOR 17 VERSION_MINOR 5 -VERSION_TAG RC1 -VERSION_CODE 174901 -ADDON_API 17.4.901 +VERSION_TAG +VERSION_CODE 1745000 +ADDON_API 17.5.0 # Notes: # Change AC_INIT in configure.ac |