Commit 2f5b5a53 authored by Jean-Paul Saman's avatar Jean-Paul Saman

setup.php: update version to 3.0.1

parent 4f0faaa0
......@@ -2,14 +2,14 @@
/*
* Name: Timesheet
* Directory: timesheet
* Version: 3.0.0
* Version: 3.0.1
* Type: user
* UI Name: Timesheet
* UI Icon:
*/
/*
* Copyright (C) 2007-2014, M2X BV
* Copyright (C) 2007-2015, M2X BV
*
* Authors: Jean-Paul Saman
*
......@@ -31,7 +31,7 @@
// MODULE CONFIGURATION DEFINITION
$config = array();
$config['mod_name'] = 'Timesheet'; // name the module
$config['mod_version'] = '3.0.0'; // add a version number
$config['mod_version'] = '3.0.1'; // add a version number
$config['mod_directory'] = 'timesheet'; // tell dotProject where to find this module
$config['mod_setup_class'] = 'CSetupTimesheet'; // the name of the PHP setup class (used below)
$config['mod_type'] = 'user'; // 'core' for modules distributed with dP by standard, 'user' for additional modules from dotmods
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment