diff options
author | Martijn Kaijser <mcm.kaijser@gmail.com> | 2015-08-12 19:52:14 +0200 |
---|---|---|
committer | Martijn Kaijser <mcm.kaijser@gmail.com> | 2015-08-12 19:52:14 +0200 |
commit | 2ff350f36d519d9f079f97c278ed403f0a778d26 (patch) | |
tree | 6c1ad2adb9ac7e9cf76c0d98b47c00fb63f2b161 | |
parent | 31c22e463b5f52a1137e43408df39c74444c46d7 (diff) |
bump to final release
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | media/Splash.png | bin | 66904 -> 67718 bytes | |||
-rw-r--r-- | version.txt | 6 |
3 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index cf945a0092..4f351c5247 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.0.901], [http://trac.kodi.tv]) +AC_INIT([kodi], [15.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 64586cb5ae..abfb902ca2 100644 --- a/media/Splash.png +++ b/media/Splash.png diff --git a/version.txt b/version.txt index 676337273b..9edcc24a91 100644 --- a/version.txt +++ b/version.txt @@ -3,9 +3,9 @@ COMPANY_NAME XBMC-Foundation WEBSITE http://kodi.tv VERSION_MAJOR 15 VERSION_MINOR 1 -VERSION_TAG RC1 -VERSION_CODE 150901 -ADDON_API 15.0.901 +VERSION_TAG +VERSION_CODE 151000 +ADDON_API 15.1.000 # Notes: # Change AC_INIT in configure.ac |