Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Repobumps frodo #1781

Merged
4 commits merged into from
Nov 14, 2012
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions addons/repository.xbmc.org/addon.xml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="repository.xbmc.org"
name="XBMC.org Add-ons"
version="2.0.3"
version="2.0.4"
provider-name="Team XBMC">
<requires>
<import addon="xbmc.addon" version="11.0"/>
<import addon="xbmc.addon" version="12.0"/>
</requires>
<extension point="xbmc.addon.repository"
name="Official XBMC.org Add-on Repository">
<info compressed="true">http://mirrors.xbmc.org/addons/eden/addons.xml</info>
<checksum>http://mirrors.xbmc.org/addons/eden/addons.xml.md5</checksum>
<datadir zip="true">http://mirrors.xbmc.org/addons/eden</datadir>
<info compressed="true">http://mirrors.xbmc.org/addons/frodo/addons.xml</info>
<checksum>http://mirrors.xbmc.org/addons/frodo/addons.xml.md5</checksum>
<datadir zip="true">http://mirrors.xbmc.org/addons/frodo</datadir>
<hashes>true</hashes>
</extension>
<extension point="xbmc.addon.metadata">
Expand Down
4 changes: 2 additions & 2 deletions addons/skin.confluence/addon.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon
id="skin.confluence"
version="2.1.0"
version="2.1.1"
name="Confluence"
provider-name="Jezz_X, Team XBMC">
<requires>
<import addon="xbmc.gui" version="3.00"/>
<import addon="xbmc.gui" version="4.00"/>
</requires>
<extension
point="xbmc.gui.skin"
Expand Down
2 changes: 1 addition & 1 deletion addons/xbmc.addon/addon.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon id="xbmc.addon" version="11.9.7" provider-name="Team XBMC">
<addon id="xbmc.addon" version="12.0" provider-name="Team XBMC">
<requires>
<import addon="xbmc.core" version="0.1"/>
</requires>
Expand Down
3 changes: 1 addition & 2 deletions addons/xbmc.gui/addon.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon id="xbmc.gui" version="3.0.1" provider-name="Team XBMC">
<backwards-compatibility abi="3.00"/>
<addon id="xbmc.gui" version="4.0.0" provider-name="Team XBMC">
<requires>
<import addon="xbmc.core" version="0.1"/>
</requires>
Expand Down
2 changes: 1 addition & 1 deletion configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down