diff options
author | Valentin Popov <info@valentineus.link> | 2017-12-02 14:54:56 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2017-12-02 14:54:56 +0300 |
commit | 79b3921cdcfc22f7a353a1986fac630a02816690 (patch) | |
tree | fdc35264ab2e81fc8b10bc26c373e75ef0a31e38 | |
parent | 5e55a837d844c5cc5551df8a66c12e404b7b2f20 (diff) | |
download | auth_token-79b3921cdcfc22f7a353a1986fac630a02816690.tar.xz auth_token-79b3921cdcfc22f7a353a1986fac630a02816690.zip |
Change version
-rw-r--r-- | version.php | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/version.php b/version.php index 480af48..303caa2 100644 --- a/version.php +++ b/version.php @@ -8,11 +8,11 @@ // // Moodle is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with Moodle. If not, see <http://www.gnu.org/licenses/>. +// along with Moodle. If not, see <http://www.gnu.org/licenses/>. /** * Version information. @@ -25,8 +25,8 @@ defined("MOODLE_INTERNAL") || die(); $plugin->component = "auth_token"; -$plugin->dependencies = array( "tool_managertokens" => 2015111000 ); -$plugin->maturity = "MATURITY_ALPHA"; -$plugin->release = "0.0.0 (Build: 2015111000)"; -$plugin->requires = 2015111000; -$plugin->version = 2015111000;
\ No newline at end of file +$plugin->dependencies = array( "tool_managertokens" => 2017120200 ); +$plugin->maturity = "MATURITY_RC"; +$plugin->release = "0.1.0 (Build: 2017120200)"; +$plugin->requires = 2017120200; +$plugin->version = 2016112900;
\ No newline at end of file |