diff options
author | Martijn Kaijser <mcm.kaijser@gmail.com> | 2015-06-28 23:42:18 +0200 |
---|---|---|
committer | Martijn Kaijser <mcm.kaijser@gmail.com> | 2015-06-30 23:14:12 +0200 |
commit | e98c8bc85af677f29c8b2e40fbbd6c67398d7bf5 (patch) | |
tree | 302bd05313ca86924ccd96b0b260cec3ac28b27c /configure.ac | |
parent | bef571385713c0269616553a448548c7d0a0af3f (diff) |
bump to 16.0 alpha1 for development
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 96be96fc68..4457e643c6 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.901], [http://trac.kodi.tv]) +AC_INIT([kodi], [15.9.701], [http://trac.kodi.tv]) AC_CONFIG_HEADERS([xbmc/config.h]) AH_TOP([#pragma once]) m4_include([m4/ax_prog_cc_for_build.m4]) |