diff options
author | Martijn Kaijser <mcm.kaijser@gmail.com> | 2012-12-10 18:37:34 +0100 |
---|---|---|
committer | Martijn Kaijser <mcm.kaijser@gmail.com> | 2012-12-10 23:46:31 +0100 |
commit | 884b7211133a3b1ee57503fb067dab111f79590f (patch) | |
tree | 50e09de4bec7561162183abffa58203e81330175 /configure.in | |
parent | 7037a5d603f8903d43948ae3d7588764f142f614 (diff) |
[release] bump version to 12.0rc1
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 ef3ae69dea..366ff4a0d9 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.0b3], [http://trac.xbmc.org]) +AC_INIT([xbmc], [12.0rc1], [http://trac.xbmc.org]) AC_CONFIG_HEADERS([xbmc/config.h]) AH_TOP([#pragma once]) m4_include([m4/ax_python_devel.m4]) |