Index: branches/5.1.x/install/upgrades.php =================================================================== diff -u -r14066 -r14171 --- branches/5.1.x/install/upgrades.php (.../upgrades.php) (revision 14066) +++ branches/5.1.x/install/upgrades.php (.../upgrades.php) (revision 14171) @@ -1,6 +1,6 @@ <?php /** -* @version $Id: upgrades.php 14066 2010-11-23 18:34:46Z alex $ +* @version $Id: upgrades.php 14171 2011-01-11 13:09:55Z alex $ * @package In-News * @copyright Copyright (C) 1997 - 2009 Intechnic. All rights reserved. * @license GNU/GPL @@ -47,6 +47,7 @@ '5.1.1-B1' => Array ('Core' => '5.1.1-B1'), '5.1.1-RC1' => Array ('Core' => '5.1.1-RC1'), '5.1.1' => Array ('Core' => '5.1.1'), + '5.1.2-B1' => Array ('Core' => '5.1.2-B1'), ); } Index: branches/5.1.x/install/upgrades.sql =================================================================== diff -u -r14066 -r14171 --- branches/5.1.x/install/upgrades.sql (.../upgrades.sql) (revision 14066) +++ branches/5.1.x/install/upgrades.sql (.../upgrades.sql) (revision 14171) @@ -99,4 +99,6 @@ # ===== v 5.1.1-RC1 ===== -# ===== v 5.1.1 ===== \ No newline at end of file +# ===== v 5.1.1 ===== + +# ===== v 5.1.2-B1 ===== \ No newline at end of file