Index: branches/5.1.x/install/upgrades.sql =================================================================== diff -u -N -r14335 -r14417 --- branches/5.1.x/install/upgrades.sql (.../upgrades.sql) (revision 14335) +++ branches/5.1.x/install/upgrades.sql (.../upgrades.sql) (revision 14417) @@ -211,4 +211,6 @@ # ===== v 5.1.2 ===== # ===== v 5.1.3-B1 ===== -ALTER TABLE AffiliatePlansBrackets CHANGE Percent Percent DECIMAL (10,2) NOT NULL DEFAULT '0.00'; \ No newline at end of file +ALTER TABLE AffiliatePlansBrackets CHANGE Percent Percent DECIMAL (10,2) NOT NULL DEFAULT '0.00'; + +# ===== v 5.1.3-B2 ===== \ No newline at end of file Index: branches/5.1.x/install/upgrades.php =================================================================== diff -u -N -r14378 -r14417 --- branches/5.1.x/install/upgrades.php (.../upgrades.php) (revision 14378) +++ branches/5.1.x/install/upgrades.php (.../upgrades.php) (revision 14417) @@ -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'), ); }