Skip to content

Commit

Permalink
bumped module version
Browse files Browse the repository at this point in the history
  • Loading branch information
Akinsaya Delamarre committed Feb 3, 2012
1 parent f407185 commit 08e7ba1
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions version.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?php // $Id: version.php,v 1.14 2011/05/03 22:43:25 adelamarre Exp $

/**
* @package mod
* @subpackage adobeconnect
* @author Akinsaya Delamarre ([email protected])
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

$module->version = 2012013000; // The current module version (Date: YYYYMMDDXX)
$module->cron = 0; // Period for cron to check this module (secs)
<?php // $Id: version.php,v 1.14 2011/05/03 22:43:25 adelamarre Exp $

/**
* @package mod
* @subpackage adobeconnect
* @author Akinsaya Delamarre ([email protected])
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

$module->version = 2012020200; // The current module version (Date: YYYYMMDDXX)
$module->cron = 0; // Period for cron to check this module (secs)

0 comments on commit 08e7ba1

Please sign in to comment.