diff options
author | Martijn Kaijser <mcm.kaijser@gmail.com> | 2016-02-13 15:43:25 +0100 |
---|---|---|
committer | Martijn Kaijser <mcm.kaijser@gmail.com> | 2016-02-13 15:43:25 +0100 |
commit | 13f32dc4679aae828c6ad81c7101b62972dc7a08 (patch) | |
tree | 2c87a441adaf215126c24a428f98626627d0d598 | |
parent | ca66bcb3ceae7aad7b6d5e67e27df638f27d4e83 (diff) |
bump to 16.0rc4
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | version.txt | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index 95f285b862..60fbd65dd7 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.903], [http://trac.kodi.tv]) +AC_INIT([kodi], [15.9.904], [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/version.txt b/version.txt index afbab59c7d..400d8f056d 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 RC3 -VERSION_CODE 159903 -ADDON_API 15.9.903 +VERSION_TAG RC4 +VERSION_CODE 159904 +ADDON_API 15.9.904 # Notes: # Change AC_INIT in configure.ac |