Index: branches/5.1.x/install/upgrades.sql =================================================================== diff -u -N -r14376 -r14415 --- branches/5.1.x/install/upgrades.sql (.../upgrades.sql) (revision 14376) +++ branches/5.1.x/install/upgrades.sql (.../upgrades.sql) (revision 14415) @@ -222,4 +222,6 @@ # ===== v 5.1.2 ===== -# ===== v 5.1.3-B1 ===== \ No newline at end of file +# ===== v 5.1.3-B1 ===== + +# ===== v 5.1.3-B2 ===== \ No newline at end of file Index: branches/5.1.x/install/upgrades.php =================================================================== diff -u -N -r14376 -r14415 --- branches/5.1.x/install/upgrades.php (.../upgrades.php) (revision 14376) +++ branches/5.1.x/install/upgrades.php (.../upgrades.php) (revision 14415) @@ -1,6 +1,6 @@ Array ('Core' => '5.1.2-RC1'), '5.1.2' => Array ('Core' => '5.1.2'), '5.1.3-B1' => Array ('Core' => '5.1.3-B1'), + '5.1.3-B2' => Array ('Core' => '5.1.3-B2'), ); }