diff options
author | Martijn Kaijser <mcm.kaijser@gmail.com> | 2017-05-21 16:03:50 +0200 |
---|---|---|
committer | Martijn Kaijser <mcm.kaijser@gmail.com> | 2017-05-21 16:03:50 +0200 |
commit | a2a463223f289e1eca2a565c2b430be4e4922e38 (patch) | |
tree | 92f1d68d81944fd963e34130d364b7e16b4d0767 | |
parent | 3a73b5f600d6dc236be51168d27ee15a1b73abd6 (diff) |
[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 |