aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorMartijn Kaijser <mcm.kaijser@gmail.com>2012-12-06 21:19:43 +0100
committerMartijn Kaijser <mcm.kaijser@gmail.com>2012-12-07 01:10:14 +0100
commit141aa24f749aed0d85e4827bbd3be21dd2412c47 (patch)
tree68559e6b314ffa5f758aea951398edfaa335ce5c /configure.in
parente979ca980745eda50d5506431e379dedf76466f9 (diff)
[release] bump version to beta3
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index c93f53a4be..ef3ae69dea 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.0b2], [http://trac.xbmc.org])
+AC_INIT([xbmc], [12.0b3], [http://trac.xbmc.org])
AC_CONFIG_HEADERS([xbmc/config.h])
AH_TOP([#pragma once])
m4_include([m4/ax_python_devel.m4])