<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="http://www.fustrate.com/dev/sources/Other/package-info.xsl"?>
<!DOCTYPE package-info SYSTEM "http://www.simplemachines.org/xml/package-info">
<package-info xmlns="http://www.simplemachines.org/xml/package-info" xmlns:smf="http://www.simplemachines.org/">
	<name>Referrals Mod</name>
	<id>yodaofdarkness:referrals</id>
	<type>modification</type>
	<version>2.2.6</version>

	<install for="1.1 - 1.1.99">
		<code>install_1-1.php</code>
		<modification type="file" format="xml">install_1-1.xml</modification>
		<modification type="file" format="xml">languages.xml</modification>
		<readme type="file" parsebbc="true">readme.txt</readme>
	</install>
	
	<uninstall for="1.1 - 1.1.99">
		<modification type="file" format="xml" reverse="true">install_1-1.xml</modification>
		<modification type="file" format="xml" reverse="true">languages.xml</modification>
	</uninstall>

	<install for="2.0 - 2.0.99">
		<code>install_2-0.php</code>
		<modification type="file" format="xml">install_2-0.xml</modification>
		<modification type="file" format="xml">languages.xml</modification>
		<readme type="file" parsebbc="true">readme.txt</readme>
	</install>

	<uninstall for="2.0 - 2.0.99">
		<modification type="file" format="xml" reverse="true">install_2-0.xml</modification>
		<modification type="file" format="xml" reverse="true">languages.xml</modification>
	</uninstall>

	<upgrade from="2.2.5" for="1.1 - 1.1.99">
		<modification type="file" format="xml">upgrade_2-2-5_1-1.xml</modification>
	</upgrade>

	<upgrade from="2.2.5" for="2.0 - 2.0.99">
		<modification type="file" format="xml">upgrade_2-2-5_2-0.xml</modification>
	</upgrade>
</package-info>