diff options
author | Martijn Kaijser <mcm.kaijser@gmail.com> | 2015-09-24 16:28:34 +0200 |
---|---|---|
committer | Martijn Kaijser <mcm.kaijser@gmail.com> | 2015-09-24 16:28:34 +0200 |
commit | f5d28e4c741a69758ee97153638b54f37767d7ad (patch) | |
tree | bda07d10f55de90f41e06a6147baef97959df790 | |
parent | 376828dfc8787b6b3c94350e2cbbfdeb6b412098 (diff) |
bump to 15.2rc3
-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 fe689d61d9..d2cd5b22ea 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.1.902], [http://trac.kodi.tv]) +AC_INIT([kodi], [15.1.903], [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 b49b29884d..c4278348f1 100644 --- a/version.txt +++ b/version.txt @@ -3,9 +3,9 @@ COMPANY_NAME XBMC-Foundation WEBSITE http://kodi.tv VERSION_MAJOR 15 VERSION_MINOR 2 -VERSION_TAG RC2 -VERSION_CODE 151902 -ADDON_API 15.1.902 +VERSION_TAG RC3 +VERSION_CODE 151903 +ADDON_API 15.1.903 # Notes: # Change AC_INIT in configure.ac |