diff options
author | Martijn Kaijser <martijn@xbmc.org> | 2016-04-24 08:48:30 +0200 |
---|---|---|
committer | Martijn Kaijser <martijn@xbmc.org> | 2016-04-24 08:48:30 +0200 |
commit | c327c53ac5346f71219e8353fe046e43e4d4a827 (patch) | |
tree | 50d99c769682d506dfed68f93d3b35faf4209ea0 | |
parent | dd2daf674696bfb57d138908197178b7aa595ef2 (diff) | |
parent | c1c4b9ee6ba676d52f0d929cad6019e279f69a59 (diff) |
Merge pull request #9640 from MartijnKaijser/16.1release16.1-Jarvis
bump to 16.1 release
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | media/Splash.png | bin | 448406 -> 443146 bytes | |||
-rw-r--r-- | version.txt | 6 |
3 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index 00e57306fa..5d47a4af04 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], [16.0.993], [http://trac.kodi.tv]) +AC_INIT([kodi], [16.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 245548a87e..e46754c39d 100644 --- a/media/Splash.png +++ b/media/Splash.png diff --git a/version.txt b/version.txt index 3a1e91ccd4..8848131396 100644 --- a/version.txt +++ b/version.txt @@ -3,9 +3,9 @@ COMPANY_NAME XBMC-Foundation WEBSITE http://kodi.tv VERSION_MAJOR 16 VERSION_MINOR 1 -VERSION_TAG RC3 -VERSION_CODE 160993 -ADDON_API 16.0.993 +VERSION_TAG +VERSION_CODE 161000 +ADDON_API 16.1.000 # Notes: # Change AC_INIT in configure.ac |