* @package glmMembersDatabase
* @author Chuck Scott <cscott@gaslightmedia.com>
* @license http://www.gaslightmedia.com Gaslightmedia
- * @version 1.0.28
+ * @version 1.0.29
*/
+/*
+ * Plugin and Database Versions
+ *
+ * Note that the database version matches the version of the last
+ * plugin version where there was a change in the database.
+ *
+ * Updates to checkDatabase() in glmPluginSupport.php must be
+ * made together with the DB_VERSION below.
+ */
+define('GLM_MEMBERS_PLUGIN_VERSION', '1.0.28');
+define('GLM_MEMBERS_PLUGIN_DB_VERSION', '1.0.28');
+
/*
* Copyright 2014 Charles Scott (email : cscott@gaslightmedia.com)
*