diff options
author | Martijn Kaijser <mcm.kaijser@gmail.com> | 2016-07-29 18:27:35 +0200 |
---|---|---|
committer | Martijn Kaijser <mcm.kaijser@gmail.com> | 2016-07-29 18:29:59 +0200 |
commit | 28486be2efdf9287dce42ca4d40ccd08bcfd6a47 (patch) | |
tree | b2aec5ad484fd189369ffc728ab7cbfdd1cd111f | |
parent | 1abe51947b8daa27255f8aa0f501335c3c65f8c5 (diff) |
bump to 17 beta 1
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | media/Splash.png | bin | 1802507 -> 1801530 bytes | |||
-rw-r--r-- | version.txt | 6 |
3 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index 4943d7fb7f..5b8c04b246 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.9.703], [http://trac.kodi.tv]) +AC_INIT([kodi], [16.9.801], [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 5332fe672a..a063cbd2bb 100644 --- a/media/Splash.png +++ b/media/Splash.png diff --git a/version.txt b/version.txt index b06a5d61fb..19e096569e 100644 --- a/version.txt +++ b/version.txt @@ -3,9 +3,9 @@ COMPANY_NAME XBMC-Foundation WEBSITE http://kodi.tv VERSION_MAJOR 17 VERSION_MINOR 0 -VERSION_TAG ALPHA3 -VERSION_CODE 169703 -ADDON_API 16.9.703 +VERSION_TAG BETA1 +VERSION_CODE 169801 +ADDON_API 16.9.801 # Notes: # Change AC_INIT in configure.ac |