<?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.0";
$moduleName = "Notifications";

$moduleDescription = "This tiny module adds notification settings for user registration. ";
$moduleAuthor = "Jimako";
$moduleAuthorEmail = "";
$moduleWebsite = "";