pushing all versions to 1.0.0

This commit is contained in:
Ralf Becker 2004-07-02 22:42:04 +00:00
parent a6fb8825f9
commit 18bc2d2875

View File

@ -13,7 +13,7 @@
$setup_info['preferences']['name'] = 'preferences';
$setup_info['preferences']['title'] = 'Preferences';
$setup_info['preferences']['version'] = '0.9.13.002';
$setup_info['preferences']['version'] = '1.0.0';
$setup_info['preferences']['app_order'] = 1;
$setup_info['preferences']['tables'] = '';
$setup_info['preferences']['enable'] = 2;
@ -21,13 +21,12 @@
/* The hooks this app includes, needed for hooks registration */
$setup_info['preferences']['hooks'][] = 'deleteaccount';
$setup_info['preferences']['hooks'][] = 'config';
$setup_info['preferences']['hooks'][] = 'manual';
$setup_info['preferences']['hooks'][] = 'preferences';
$setup_info['preferences']['hooks'][] = 'settings';
/* Dependencies for this app to work */
$setup_info['preferences']['depends'][] = array(
'appname' => 'phpgwapi',
'versions' => Array('0.9.10', '0.9.11', '0.9.12', '0.9.13', '0.9.14')
'versions' => Array('0.9.14','1.0.0')
);
?>