Index: branches/5.2.x/install/upgrades.php =================================================================== diff -u -N -r15869 -r16071 --- branches/5.2.x/install/upgrades.php (.../upgrades.php) (revision 15869) +++ branches/5.2.x/install/upgrades.php (.../upgrades.php) (revision 16071) @@ -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'), ); } @@ -116,4 +117,4 @@ } } } - } \ No newline at end of file + } Index: branches/5.2.x/install/upgrades.sql =================================================================== diff -u -N -r15869 -r16071 --- branches/5.2.x/install/upgrades.sql (.../upgrades.sql) (revision 15869) +++ branches/5.2.x/install/upgrades.sql (.../upgrades.sql) (revision 16071) @@ -147,3 +147,5 @@ WHERE `Name` = 'In-News'; # ===== v 5.2.1-RC1 ===== + +# ===== v 5.2.1 =====