<?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 = "Beta-Reader List";
$moduleDescription = "This tiny module adds a beta-reader option to the members page. Requires 3.1.";
$moduleAuthor = "Tammy Keefer";
$moduleAuthorEmail = "efiction@hugosnebula.com";
$moduleWebsite = "http://efiction.hugosnebula.com";
?>