From 901a4652ee68637c12c64a2f3eabd33aba85e39b Mon Sep 17 00:00:00 2001 From: Martijn Kaijser Date: Sun, 6 Dec 2015 13:58:58 +0100 Subject: bump to 16.0 beta 4 --- configure.ac | 2 +- version.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index af4b188b5e..55f23623da 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.803], [http://trac.kodi.tv]) +AC_INIT([kodi], [15.9.804], [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 79096bec99..02d43fdf47 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 BETA3 -VERSION_CODE 159803 -ADDON_API 15.9.803 +VERSION_TAG BETA4 +VERSION_CODE 159804 +ADDON_API 15.9.804 # Notes: # Change AC_INIT in configure.ac -- cgit v1.2.3