diff options
author | Martijn Kaijser <martijn@xbmc.org> | 2017-05-23 17:14:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-23 17:14:22 +0200 |
commit | 4f53fb5bf524ce6a0c226677bbb052aa7d10a35b (patch) | |
tree | 92f1d68d81944fd963e34130d364b7e16b4d0767 | |
parent | 3a73b5f600d6dc236be51168d27ee15a1b73abd6 (diff) | |
parent | a2a463223f289e1eca2a565c2b430be4e4922e38 (diff) |
Merge pull request #12144 from MartijnKaijser/v17.217.2-Krypton
[release] bump to final v17.2
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | media/Splash.png | bin | 1792479 -> 1798978 bytes | |||
-rw-r--r-- | version.txt | 6 |
3 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index b9e4240cb3..cbaefbe0a6 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.1.901], [http://trac.kodi.tv]) +AC_INIT([kodi], [17.2.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 33c48c8502..0ef1ab1145 100644 --- a/media/Splash.png +++ b/media/Splash.png diff --git a/version.txt b/version.txt index c9f75064ec..97816f6a36 100644 --- a/version.txt +++ b/version.txt @@ -3,9 +3,9 @@ COMPANY_NAME XBMC-Foundation WEBSITE http://kodi.tv VERSION_MAJOR 17 VERSION_MINOR 2 -VERSION_TAG RC1 -VERSION_CODE 171901 -ADDON_API 17.1.901 +VERSION_TAG +VERSION_CODE 172000 +ADDON_API 17.2.0 # Notes: # Change AC_INIT in configure.ac |