[CS-Project-svn_notify] SF.net SVN: cs-project: [816] trunk/1.2/upgrade/upgrade.xml
Brought to you by:
crazedsanity
From: <cra...@us...> - 2008-02-09 04:23:17
|
Revision: 816 http://cs-project.svn.sourceforge.net/cs-project/?rev=816&view=rev Author: crazedsanity Date: 2008-02-08 20:23:14 -0800 (Fri, 08 Feb 2008) Log Message: ----------- Fixed invalid entry, added entry for ALPHA3. Modified Paths: -------------- trunk/1.2/upgrade/upgrade.xml Modified: trunk/1.2/upgrade/upgrade.xml =================================================================== --- trunk/1.2/upgrade/upgrade.xml 2008-02-09 04:22:41 UTC (rev 815) +++ trunk/1.2/upgrade/upgrade.xml 2008-02-09 04:23:14 UTC (rev 816) @@ -22,11 +22,17 @@ in an unstable state. Unstable is bad, m'kay?</system_note> <matching> - <v1.2.0-ALPHA2> + <v1.2.0-ALPHA1> <target_version>1.2.0-ALPHA2</target_version> <script_name>upgradeTo1.2.0-ALPHA2.php</script_name> <class_name>upgrade_to_1_2_0_ALPHA2</class_name> <call_method>run_upgrade</call_method> + </v1.2.0-ALPHA1> + <v1.2.0-ALPHA2> + <target_version>1.2.0-ALPHA3</target_version> + <script_name>upgradeTo1.2.0-ALPHA3.php</script_name> + <class_name>upgrade_to_1_2_0_ALPHA3</class_name> + <call_method>run_upgrade</call_method> </v1.2.0-ALPHA2> </matching> </upgrade> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |