From: Chuck Scott Date: Fri, 8 Jul 2016 15:06:33 +0000 (-0400) Subject: Set database version correect for current master branch - 1.1.0 X-Git-Tag: v1.1.7^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=e7e513218634a70363ab71da52c9da1354e30f08;p=WP-Plugins%2Fglm-member-db-packaging.git Set database version correect for current master branch - 1.1.0 --- diff --git a/index.php b/index.php index d760cf1..a086128 100644 --- a/index.php +++ b/index.php @@ -38,7 +38,7 @@ * version from this plugin. */ define('GLM_MEMBERS_PACKAGING_PLUGIN_VERSION', '1.1.7'); -define('GLM_MEMBERS_PACKAGING_PLUGIN_DB_VERSION', '1.1.2'); +define('GLM_MEMBERS_PACKAGING_PLUGIN_DB_VERSION', '1.1.0'); // This is the minimum version of the GLM Members DB plugin require for this plugin. define('GLM_MEMBERS_PACKAGING_PLUGIN_MIN_MEMBERS_REQUIRED_VERSION', '2.0.0');