diff options
author | Cory Fields <theuni-nospam-@xbmc.org> | 2012-11-14 17:19:39 -0500 |
---|---|---|
committer | Cory Fields <theuni-nospam-@xbmc.org> | 2012-11-14 17:19:39 -0500 |
commit | ff7a4779fad1c6d874f4d6d6667ad097c519bd6b (patch) | |
tree | 9b6f7fd4bdedec6fb663551a56bd680fcee22ceb | |
parent | 6a14a41b7559bb408cab56821ca475eefabee112 (diff) |
release: bump version here also
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index ce40a5b709..538d9af3e5 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], [11.9.7], [http://trac.xbmc.org]) +AC_INIT([xbmc], [12.0b1], [http://trac.xbmc.org]) AC_CONFIG_HEADERS([xbmc/config.h]) AH_TOP([#pragma once]) m4_include([m4/ax_python_devel.m4]) |