diff options
author | Martijn Kaijser <mcm.kaijser@gmail.com> | 2016-02-13 15:49:35 +0100 |
---|---|---|
committer | Martijn Kaijser <mcm.kaijser@gmail.com> | 2016-02-13 15:49:35 +0100 |
commit | 6a12555784e0b8640a945d220e8673b06bc283e4 (patch) | |
tree | 0d3d8a22b4b5f2b47aac4a35d1d3fe1db2a0dd64 | |
parent | 9a73c5a5eddf40c12a4e10e3c7aecf9271b3ce60 (diff) |
bump to 16.0 Jarvis final
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | media/Splash.png | bin | 448966 -> 446842 bytes | |||
-rw-r--r-- | version.txt | 6 |
3 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index 60fbd65dd7..5800ab79e1 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], [15.9.904], [http://trac.kodi.tv]) +AC_INIT([kodi], [16.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 3f6b1d440f..3cd6c6b643 100644 --- a/media/Splash.png +++ b/media/Splash.png diff --git a/version.txt b/version.txt index 400d8f056d..ec1f382eec 100644 --- a/version.txt +++ b/version.txt @@ -3,9 +3,9 @@ COMPANY_NAME XBMC-Foundation WEBSITE http://kodi.tv VERSION_MAJOR 16 VERSION_MINOR 0 -VERSION_TAG RC4 -VERSION_CODE 159904 -ADDON_API 15.9.904 +VERSION_TAG +VERSION_CODE 160000 +ADDON_API 16.0.000 # Notes: # Change AC_INIT in configure.ac |