Index: branches/5.2.x/install/upgrades.sql =================================================================== diff -u -N -r15868 -r16069 --- branches/5.2.x/install/upgrades.sql (.../upgrades.sql) (revision 15868) +++ branches/5.2.x/install/upgrades.sql (.../upgrades.sql) (revision 16069) @@ -203,3 +203,5 @@ WHERE `Name` = 'In-Link'; # ===== v 5.2.1-RC1 ===== + +# ===== v 5.2.1 ===== Index: branches/5.2.x/install/upgrades.php =================================================================== diff -u -N -r15868 -r16069 --- branches/5.2.x/install/upgrades.php (.../upgrades.php) (revision 15868) +++ branches/5.2.x/install/upgrades.php (.../upgrades.php) (revision 16069) @@ -1,6 +1,6 @@ Array ('Core' => '5.2.1-B1'), '5.2.1-B2' => Array ('Core' => '5.2.1-B2'), '5.2.1-RC1' => Array ('Core' => '5.2.1-RC1'), + '5.2.1' => Array ('Core' => '5.2.1'), ); } @@ -179,4 +180,4 @@ } } } - } \ No newline at end of file + }