Change version
This commit is contained in:
		
							
								
								
									
										12
									
								
								version.php
									
									
									
									
									
								
							
							
						
						
									
										12
									
								
								version.php
									
									
									
									
									
								
							@@ -8,11 +8,11 @@
 | 
				
			|||||||
//
 | 
					//
 | 
				
			||||||
// Moodle is distributed in the hope that it will be useful,
 | 
					// Moodle is distributed in the hope that it will be useful,
 | 
				
			||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
					// 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.
 | 
					// GNU General Public License for more details.
 | 
				
			||||||
//
 | 
					//
 | 
				
			||||||
// You should have received a copy of the GNU General Public License
 | 
					// 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.
 | 
					 * Version information.
 | 
				
			||||||
@@ -25,7 +25,7 @@
 | 
				
			|||||||
defined("MOODLE_INTERNAL") || die();
 | 
					defined("MOODLE_INTERNAL") || die();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
$plugin->component = "tool_managertokens";
 | 
					$plugin->component = "tool_managertokens";
 | 
				
			||||||
$plugin->maturity = "MATURITY_ALPHA";
 | 
					$plugin->maturity  = "MATURITY_RC";
 | 
				
			||||||
$plugin->release = "0.0.0 (Build: 2015111000)";
 | 
					$plugin->release   = "0.1.0 (Build: 2017120200)";
 | 
				
			||||||
$plugin->requires = 2015111000;
 | 
					$plugin->requires  = 2016112900;
 | 
				
			||||||
$plugin->version = 2015111000;
 | 
					$plugin->version   = 2017120200;
 | 
				
			||||||
		Reference in New Issue
	
	Block a user