Index: branches/5.1.x/install/upgrades.sql =================================================================== diff -u -N -r14481 -r14533 --- branches/5.1.x/install/upgrades.sql (.../upgrades.sql) (revision 14481) +++ branches/5.1.x/install/upgrades.sql (.../upgrades.sql) (revision 14533) @@ -220,4 +220,6 @@ SET VariableValue = 'in-commerce/products/product_detail' WHERE VariableName = 'p_ItemTemplate' AND VariableValue = 'in-commerce/designs/detail'; -# ===== v 5.1.3-RC2 ===== \ No newline at end of file +# ===== v 5.1.3-RC2 ===== + +# ===== v 5.1.3 ===== \ No newline at end of file Index: branches/5.1.x/install/upgrades.php =================================================================== diff -u -N -r14481 -r14533 --- branches/5.1.x/install/upgrades.php (.../upgrades.php) (revision 14481) +++ branches/5.1.x/install/upgrades.php (.../upgrades.php) (revision 14533) @@ -1,6 +1,6 @@ Array ('Core' => '5.1.3-B2'), '5.1.3-RC1' => Array ('Core' => '5.1.3-RC1'), '5.1.3-RC2' => Array ('Core' => '5.1.3-RC2'), + '5.1.3' => Array ('Core' => '5.1.3'), ); }