<?php
/*
This file will be called by admin/modules.php and update.php to determine if
the module version in the database is the current version of the module.
The version number in this file will be the current version.
*/
if(!defined("_CHARSET")) exit( );
$moduleVersion = "1.4";
$moduleName = "Challenges";
?>