diff options
author | Martijn Kaijser <mcm.kaijser@gmail.com> | 2014-08-28 19:01:29 +0200 |
---|---|---|
committer | Martijn Kaijser <mcm.kaijser@gmail.com> | 2014-08-28 19:01:29 +0200 |
commit | 5a269e94cc9308c49671f7f530a7af240391d4d1 (patch) | |
tree | 76ca704b257d5546765ae1e1067672bb1f76d3b4 | |
parent | afdbb56cf21f92bb39ab7240b83195ed990a27b4 (diff) |
[release] bump to 14.0 alpha4
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | version.txt | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/configure.in b/configure.in index 725a271d85..48f24b820f 100644 --- a/configure.in +++ b/configure.in @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT([xbmc], [13.9.701], [http://issues.xbmc.org]) +AC_INIT([xbmc], [13.9.704], [http://issues.xbmc.org]) 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 9da636fba9..f1632f63e6 100644 --- a/version.txt +++ b/version.txt @@ -2,9 +2,9 @@ APP_NAME Kodi COMPANY_NAME Team-Kodi VERSION_MAJOR 14 VERSION_MINOR 0 -VERSION_TAG ALPHA3 -VERSION_CODE 139703 -ADDON_API 13.9.703 +VERSION_TAG ALPHA4 +VERSION_CODE 139704 +ADDON_API 13.9.704 # Notes: # Change AC_INIT in configure.in |