diff -r e99ddd2564c6 -r d3177f799d06 manifest.php --- a/manifest.php Thu May 26 14:36:50 2011 +0200 +++ b/manifest.php Thu May 26 14:47:48 2011 +0200 @@ -1,21 +1,21 @@ - 'Czech', - 'description' => 'Language pack for Czech', - 'type' => 'langpack', - 'is_uninstallable' => 'Yes', - 'version' => '4.5.1e', - 'acceptable_sugar_flavors' => array (), - 'published_date' => '2007-08-26', - 'author' => 'extrasolution.com', - 'acceptable_sugar_versions' => array (), -); - -$installdefs = array( - 'id'=> 'cs_cz', - 'image_dir'=>'/images', - 'copy' => array( - array('from'=> '/include','to'=> 'include',), - array('from'=> '/modules','to'=> 'modules')) -); -?> \ No newline at end of file + 'Czech', + 'description' => 'Language pack for Czech', + 'type' => 'langpack', + 'is_uninstallable' => 'Yes', + 'version' => '5.0.0', + 'acceptable_sugar_flavors' => array (), + 'published_date' => '2008-01-15', + 'author' => 'extrasolution.com', + 'acceptable_sugar_versions' => array (), +); + +$installdefs = array( + 'id'=> 'cs_cz', + 'image_dir'=>'/images', + 'copy' => array( + array('from'=> '/include','to'=> 'include',), + array('from'=> '/modules','to'=> 'modules')) +); +?>