Skip to content

Commit

Permalink
Fix dates, add Whups.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Mar 10, 2014
1 parent ee60485 commit cb6633b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions config/versions.php
Expand Up @@ -33,31 +33,31 @@
'turba' => array(
'name' => 'Turba',
'ver' => 'H5 (4.1.4)',
'date' => 'March 7 2014',
'date' => 'March 10 2014',
'pear' => true
),
'ingo' => array(
'name' => 'Ingo',
'ver' => 'H5 (3.1.4)',
'date' => 'March 7 2014',
'date' => 'March 10 2014',
'pear' => true
),
'kronolith' => array(
'name' => 'Kronolith',
'ver' => 'H5 (4.1.5)',
'date' => 'March 7 2014',
'date' => 'March 10 2014',
'pear' => true
),
'nag' => array(
'name' => 'Nag',
'ver' => 'H5 (4.1.4)',
'date' => 'March 7 2014',
'date' => 'March 10 2014',
'pear' => true
),
'mnemo' => array(
'name' => 'Mnemo',
'ver' => 'H5 (4.1.3)',
'date' => 'March 7 2014',
'date' => 'March 10 2014',
'pear' => true
),
'chora' => array(
Expand All @@ -68,7 +68,7 @@
'gollem' => array(
'name' => 'Gollem',
'ver' => 'H5 (3.0.2)',
'date' => 'March 7 2014',
'date' => 'March 10 2014',
'pear' => true
),
'passwd' => array(
Expand All @@ -79,8 +79,8 @@
),
'whups' => array(
'name' => 'Whups',
'ver' => 'H4 (2.0.2)',
'date' => 'February 28 2012',
'ver' => 'H5 (3.0.0)',
'date' => 'March 10 2014',
'pear' => true
),
'wicked' => array(
Expand Down

0 comments on commit cb6633b

Please sign in to comment.