diff --git a/README.md b/README.md
index c3d2e802fd076b96784946320621790c27903ea4..ac7ff1b578885245b3379244eedeea5d5449e0bc 100644
--- a/README.md
+++ b/README.md
@@ -19,6 +19,7 @@ This plugin requires Moodle 3.0+
 Changes
 -------
 
+* 2016-02-10 - Change plugin version and release scheme to the scheme promoted by moodle.org, no functionality change
 * 2016-01-01 - Adopt code changes in Moodle core auth_ldap, including the new scheduled task feature. If you have used a LDAP syncronization cron job before, please use the LDAP syncronisation scheduled task from now on (for details, see "Configuring LDAP synchronization task" section below)
 * 2016-01-01 - Check compatibility for Moodle 3.0, no functionality change
 * 2015-08-18 - Check compatibility for Moodle 2.9, no functionality change
diff --git a/version.php b/version.php
index 92d0482ec633eb457d251618a266cd1e735116a6..5860de2cf2f5dd24806bf419f4d99d2d983490fd 100644
--- a/version.php
+++ b/version.php
@@ -25,8 +25,8 @@
 defined('MOODLE_INTERNAL') || die();
 
 $plugin->component = 'auth_ldap_syncplus';
-$plugin->version = 2015111601;
-$plugin->release = '3.0 (Build: 2016010101)';
+$plugin->version = 2016021000;
+$plugin->release = 'v3.0-r2';
 $plugin->requires = 2015111600;
 $plugin->maturity = MATURITY_STABLE;
 $plugin->dependencies = array('auth_ldap' => 2015111600);