diff options
author | Martijn Kaijser <martijn@xbmc.org> | 2017-03-20 17:17:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-20 17:17:49 +0100 |
commit | fc1619b118f6d503f920a49cf4ac4afcd0dd6b41 (patch) | |
tree | c4f94da5f66a4a5fe6f7df65d4cfd01028c700a8 | |
parent | fa95ea4e943c1e17097865c5d43dd04671529588 (diff) | |
parent | 64bc582cfed3d8bb6c3ad4e92ec4268e3ac2ac2b (diff) |
Merge pull request #11878 from MartijnKaijser/v17.1_final17.1-Krypton
bump to v17.1 final
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | media/Splash.png | bin | 1800226 -> 1792479 bytes | |||
-rw-r--r-- | version.txt | 6 |
3 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index a37c8c5d2d..9bd8d6ec09 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.0.902], [http://trac.kodi.tv]) +AC_INIT([kodi], [17.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 226c829e5a..33c48c8502 100644 --- a/media/Splash.png +++ b/media/Splash.png diff --git a/version.txt b/version.txt index bb5c98120d..d7b7cd3150 100644 --- a/version.txt +++ b/version.txt @@ -3,9 +3,9 @@ COMPANY_NAME XBMC-Foundation WEBSITE http://kodi.tv VERSION_MAJOR 17 VERSION_MINOR 1 -VERSION_TAG RC2 -VERSION_CODE 170902 -ADDON_API 17.0.902 +VERSION_TAG +VERSION_CODE 171000 +ADDON_API 17.1.000 # Notes: # Change AC_INIT in configure.ac |