Index: branches/1.0.x/install/upgrades.sql =================================================================== diff -u -N -r12914 -r13065 --- branches/1.0.x/install/upgrades.sql (.../upgrades.sql) (revision 12914) +++ branches/1.0.x/install/upgrades.sql (.../upgrades.sql) (revision 13065) @@ -7,4 +7,8 @@ ALTER TABLE Widgets CHANGE CreatedOn CreatedOn INT(11) NULL DEFAULT NULL; UPDATE Modules SET TemplatePath = 'custom/' WHERE Name = 'Custom'; -# ===== v 1.0.2-B2 ===== \ No newline at end of file +# ===== v 1.0.2-B2 ===== + +# ===== v 1.0.2-RC1 ===== + +# ===== v 1.0.2 ===== \ No newline at end of file