diff options
author | Martijn Kaijser <mcm.kaijser@gmail.com> | 2015-04-30 21:12:31 +0200 |
---|---|---|
committer | Martijn Kaijser <mcm.kaijser@gmail.com> | 2015-04-30 21:12:31 +0200 |
commit | 7ba4bf41995b75d87a337f73b48870834b6282da (patch) | |
tree | 11eb837ed50642b9185bbd71842e4ba0c5c0c66d | |
parent | b153f6c5e8537811900770193cb6148ffa136e70 (diff) |
bump to 15.0 beta2
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | version.txt | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac index ea94c1d2c1..f4af4e17c0 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], [14.9.702], [http://trac.kodi.tv]) +AC_INIT([kodi], [14.9.802], [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 09644f63da..454c90ecd7 100644 --- a/version.txt +++ b/version.txt @@ -3,9 +3,9 @@ COMPANY_NAME XBMC-Foundation WEBSITE http://kodi.tv VERSION_MAJOR 15 VERSION_MINOR 0 -VERSION_TAG BETA1 -VERSION_CODE 149801 -ADDON_API 14.9.801 +VERSION_TAG BETA2 +VERSION_CODE 149802 +ADDON_API 14.9.802 # Notes: -# Change AC_INIT in configure.in +# Change AC_INIT in configure.ac |