diff options
author | Martijn Kaijser <mcm.kaijser@gmail.com> | 2013-04-28 15:27:02 +0200 |
---|---|---|
committer | Martijn Kaijser <mcm.kaijser@gmail.com> | 2013-04-28 15:27:02 +0200 |
commit | b8041f2f99aabe4b7969b3c3e732018ed54ff059 (patch) | |
tree | 4997e043c62af269a725a2fc1de09e951b012f33 /configure.in | |
parent | f2935172ec82ddea2a825af3ba1eb03547edbb0d (diff) |
[release] version bump to 13.0 alpha4 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 f0e49051ed..53baefb5c0 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.3], [http://trac.xbmc.org]) +AC_INIT([xbmc], [12.9.4], [http://trac.xbmc.org]) AC_CONFIG_HEADERS([xbmc/config.h]) AH_TOP([#pragma once]) m4_include([m4/ax_python_devel.m4]) |