mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-27 16:29:22 +01:00
new version number for the next RC - hopefully the last one ;-)
This commit is contained in:
parent
7e1da8f7ad
commit
2ced3f0bdd
@ -18,7 +18,7 @@
|
|||||||
include('tables_update_0_9_12.inc.php');
|
include('tables_update_0_9_12.inc.php');
|
||||||
include('tables_update_0_9_14.inc.php');
|
include('tables_update_0_9_14.inc.php');
|
||||||
|
|
||||||
|
// updates from the stable 1.0.0 branch
|
||||||
$test[] = '1.0.0.001';
|
$test[] = '1.0.0.001';
|
||||||
function phpgwapi_upgrade1_0_0_001()
|
function phpgwapi_upgrade1_0_0_001()
|
||||||
{
|
{
|
||||||
@ -32,4 +32,11 @@
|
|||||||
$GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.0.1.001';
|
$GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.0.1.001';
|
||||||
return $GLOBALS['setup_info']['phpgwapi']['currentver'];
|
return $GLOBALS['setup_info']['phpgwapi']['currentver'];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$test[] = '1.0.0.002';
|
||||||
|
function phpgwapi_upgrade1_0_0_002()
|
||||||
|
{
|
||||||
|
// identical to 1.0.0.001, only created to get a new version of the packages
|
||||||
|
return phpgwapi_upgrade1_0_0_001();
|
||||||
|
}
|
||||||
?>
|
?>
|
||||||
|
Loading…
Reference in New Issue
Block a user