diff -r 1ce3db9a46fb -r b3ffcc800def upgrade.sql --- a/upgrade.sql Tue Nov 16 12:20:50 2010 -0500 +++ b/upgrade.sql Tue Nov 16 12:42:36 2010 -0500 @@ -3,7 +3,9 @@ -- ALL NON-SQL LINES, even otherwise blank lines, must start with "--" or they will get sent to MySQL! -- Common tasks (version numbers) DELETE FROM {{TABLE_PREFIX}}config WHERE config_name='enano_version' OR config_name='enano_beta_version' OR config_name='enano_alpha_version' OR config_name='enano_rc_version'; -INSERT INTO {{TABLE_PREFIX}}config (config_name, config_value) VALUES( 'enano_version', '1.0.6pl2' ); +INSERT INTO {{TABLE_PREFIX}}config (config_name, config_value) VALUES( 'enano_version', '1.0.6pl3' ); +---BEGIN 1.0.6pl3--- +---END 1.0.6pl3--- ---BEGIN 1.0.6pl2--- ---END 1.0.6pl2--- ---BEGIN 1.0.6pl1---