"AddonInfo"
{
	"name"		"Gm_MySql Lua Plugin"
	"version"	"1.8"
	"up_date"	"8th January 2008"
	"author_name"	"Andy Vincent"
	"author_email"	"andy.i.vincent@gmail.com"
	"author_url"	"http://www.andyvincent.co.uk/"
	
	"info"		"Added a MySQL interface to Garrys mod."

	//
	// !!!!! This is important !!!!!
	//
	// If you are adding new stuff this should be 0
	// If you're overriding stuff that already exists this should be 1
	// Loadtimes will increase slightly with every addon you have with 
	//  this set to 1 - so only set override if you really need to.

	"override"	"0"
	
	// Won't be active unless the following GCFs are available and
	// are mounted
	"GCFRequires"
	{
	}
}