Revision: 19061
http://svn.sv.gnu.org/viewvc/?view=rev&root=phpgroupware&revision=19061
Author: skwashd
Date: 2009-02-11 08:51:08 +0000 (Wed, 11 Feb 2009)
Log Message:
-----------
bump version in preparation of new release
Modified Paths:
--------------
branches/Version-0_9_16-branch/phpgwapi/setup/setup.inc.php
branches/Version-0_9_16-branch/phpgwapi/setup/tables_update.inc.php
Modified: branches/Version-0_9_16-branch/phpgwapi/setup/setup.inc.php
===================================================================
--- branches/Version-0_9_16-branch/phpgwapi/setup/setup.inc.php 2009-02-11
08:38:30 UTC (rev 19060)
+++ branches/Version-0_9_16-branch/phpgwapi/setup/setup.inc.php 2009-02-11
08:51:08 UTC (rev 19061)
@@ -15,7 +15,7 @@
/* Basic information about this app */
$setup_info['phpgwapi']['name'] = 'phpgwapi';
$setup_info['phpgwapi']['title'] = 'phpgwapi';
- $setup_info['phpgwapi']['version'] = '0.9.16.012';
+ $setup_info['phpgwapi']['version'] = '0.9.16.014';
$setup_info['phpgwapi']['versions']['current_header'] = '1.24';
$setup_info['phpgwapi']['enable'] = 3;
$setup_info['phpgwapi']['app_order'] = 1;
Modified: branches/Version-0_9_16-branch/phpgwapi/setup/tables_update.inc.php
===================================================================
--- branches/Version-0_9_16-branch/phpgwapi/setup/tables_update.inc.php
2009-02-11 08:38:30 UTC (rev 19060)
+++ branches/Version-0_9_16-branch/phpgwapi/setup/tables_update.inc.php
2009-02-11 08:51:08 UTC (rev 19061)
@@ -1820,4 +1820,14 @@
{
return $GLOBALS['phpgw_info']['phpgwapi']['currentver'] =
'0.9.16.012';
}
-?>
+
+ $test[] = '0.9.16.011';
+ /**
+ * Bump the version
+ *
+ * @return string the new phpGW version
+ */
+ function phpgwapi_upgrade0_9_16_012()
+ {
+ return $GLOBALS['phpgw_info']['phpgwapi']['currentver'] =
'0.9.16.014';
+ }
_______________________________________________
phpGroupWare-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/phpgroupware-cvs