Index: branches/1.1.x/install/upgrades.sql =================================================================== diff -u -N -r14382 -r14421 --- branches/1.1.x/install/upgrades.sql (.../upgrades.sql) (revision 14382) +++ branches/1.1.x/install/upgrades.sql (.../upgrades.sql) (revision 14421) @@ -44,4 +44,6 @@ # ===== v 1.1.2 ===== -# ===== v 1.1.3-B1 ===== \ No newline at end of file +# ===== v 1.1.3-B1 ===== + +# ===== v 1.1.3-B2 ===== \ No newline at end of file Index: branches/1.1.x/install/upgrades.php =================================================================== diff -u -N -r14382 -r14421 --- branches/1.1.x/install/upgrades.php (.../upgrades.php) (revision 14382) +++ branches/1.1.x/install/upgrades.php (.../upgrades.php) (revision 14421) @@ -1,6 +1,6 @@ Array ('Core' => '5.1.2-RC1'), '1.1.2' => Array ('Core' => '5.1.2'), '1.1.3-B1' => Array ('Core' => '5.1.3-B1'), + '1.1.3-B2' => Array ('Core' => '5.1.3-B2'), ); } }