diff options
author | Martijn Kaijser <mcm.kaijser@gmail.com> | 2013-09-27 22:46:47 +0200 |
---|---|---|
committer | Martijn Kaijser <mcm.kaijser@gmail.com> | 2013-09-27 22:46:47 +0200 |
commit | 670e7164c55f01cd3d69392f9457932be2b6a414 (patch) | |
tree | b5446c940dc097af374afda39ed126d5065f892d /configure.in | |
parent | d0fc5111cc843d43154d0b18a7ab39c214f103cd (diff) |
[release] version bump to 13.0 alpha9 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 4127c9ddb0..312fb9e654 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.8], [http://trac.xbmc.org]) +AC_INIT([xbmc], [12.9.9], [http://trac.xbmc.org]) AC_CONFIG_HEADERS([xbmc/config.h]) AH_TOP([#pragma once]) m4_include([m4/ax_prog_cc_for_build.m4]) |