diff options
author | M. Kaijser <mcm.kaijser@gmail.com> | 2013-07-30 15:56:30 +0200 |
---|---|---|
committer | M. Kaijser <mcm.kaijser@gmail.com> | 2013-07-30 15:56:30 +0200 |
commit | 3db6eeee7195f42c73ab4478158a02588a98ba5d (patch) | |
tree | e03dd51668ec1f481a49e181530d0caa241f747c /configure.in | |
parent | e92b24b97e2c582471ffab91818e3f2299a91bbe (diff) |
[release] version bump to 13.0 alpha7 as we start new merge window.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index bd2934dd3c..43507a151d 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], [12.9.6], [http://trac.xbmc.org]) +AC_INIT([xbmc], [12.9.7], [http://trac.xbmc.org]) AC_CONFIG_HEADERS([xbmc/config.h]) AH_TOP([#pragma once]) m4_include([m4/ax_python_devel.m4]) |