diff options
author | Martijn Kaijser <mcm.kaijser@gmail.com> | 2015-10-31 15:08:54 +0100 |
---|---|---|
committer | Martijn Kaijser <mcm.kaijser@gmail.com> | 2015-10-31 15:08:54 +0100 |
commit | 78d1e2f8c4acd241451247cd756010608f65be0f (patch) | |
tree | e666d54bac1f8189ff43afc06b619b3d3e4f3083 /configure.ac | |
parent | e911d5246f1211bb256770b763bc5d7e3829f4be (diff) |
bump to 16.0 beta1
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 603f04fb51..269f278918 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.703], [http://trac.kodi.tv]) +AC_INIT([kodi], [15.9.801], [http://trac.kodi.tv]) AC_CONFIG_HEADERS([xbmc/config.h]) AH_TOP([#pragma once]) m4_include([m4/ax_prog_cc_for_build.m4]) |