Index: branches/1.1.x/install/upgrades.sql =================================================================== diff -u -N -r14421 -r14530 --- branches/1.1.x/install/upgrades.sql (.../upgrades.sql) (revision 14421) +++ branches/1.1.x/install/upgrades.sql (.../upgrades.sql) (revision 14530) @@ -46,4 +46,6 @@ # ===== v 1.1.3-B1 ===== -# ===== v 1.1.3-B2 ===== \ No newline at end of file +# ===== v 1.1.3-B2 ===== + +# ===== v 1.1.3 ===== \ No newline at end of file Index: branches/1.1.x/install/upgrades.php =================================================================== diff -u -N -r14421 -r14530 --- branches/1.1.x/install/upgrades.php (.../upgrades.php) (revision 14421) +++ branches/1.1.x/install/upgrades.php (.../upgrades.php) (revision 14530) @@ -1,6 +1,6 @@ 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'), + '1.1.3' => Array ('Core' => '5.1.3'), ); } }