diff options
author | Valentin Popov <info@valentineus.link> | 2017-12-02 14:54:32 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2017-12-02 14:54:32 +0300 |
commit | 8509e3999c917a3a9f4c2dfb9ccbf1001e7b4ea4 (patch) | |
tree | 7ab06484696a0c7f78dda6d7e9b045b5c64eaed1 /version.php | |
parent | f29871f1744f60edd6770da6db83aad756c161af (diff) | |
download | tool_managertokens-8509e3999c917a3a9f4c2dfb9ccbf1001e7b4ea4.tar.xz tool_managertokens-8509e3999c917a3a9f4c2dfb9ccbf1001e7b4ea4.zip |
Change version
Diffstat (limited to 'version.php')
-rw-r--r-- | version.php | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/version.php b/version.php index e1416d2..0f730fd 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,7 +25,7 @@ defined("MOODLE_INTERNAL") || die(); $plugin->component = "tool_managertokens"; -$plugin->maturity = "MATURITY_ALPHA"; -$plugin->release = "0.0.0 (Build: 2015111000)"; -$plugin->requires = 2015111000; -$plugin->version = 2015111000;
\ No newline at end of file +$plugin->maturity = "MATURITY_RC"; +$plugin->release = "0.1.0 (Build: 2017120200)"; +$plugin->requires = 2016112900; +$plugin->version = 2017120200;
\ No newline at end of file |