Index: branches/5.1.x/install/upgrades.php =================================================================== diff -u -N -r14043 -r14066 --- branches/5.1.x/install/upgrades.php (.../upgrades.php) (revision 14043) +++ branches/5.1.x/install/upgrades.php (.../upgrades.php) (revision 14066) @@ -1,6 +1,6 @@ Array ('Core' => '5.1.0'), '5.1.1-B1' => Array ('Core' => '5.1.1-B1'), '5.1.1-RC1' => Array ('Core' => '5.1.1-RC1'), + '5.1.1' => Array ('Core' => '5.1.1'), ); } Index: branches/5.1.x/install/upgrades.sql =================================================================== diff -u -N -r14043 -r14066 --- branches/5.1.x/install/upgrades.sql (.../upgrades.sql) (revision 14043) +++ branches/5.1.x/install/upgrades.sql (.../upgrades.sql) (revision 14066) @@ -98,3 +98,5 @@ CHANGE ModifiedById ModifiedById INT(11) NULL DEFAULT NULL; # ===== v 5.1.1-RC1 ===== + +# ===== v 5.1.1 ===== \ No newline at end of file