You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openmeetings.apache.org by op...@codespot.com on 2013/02/18 19:15:48 UTC

[openmeetings-moodle-plugin] r7 committed - Plugin version is bumped

Revision: 7
Author:   solomax666@gmail.com
Date:     Mon Feb 18 10:15:38 2013
Log:      Plugin version is bumped
http://code.google.com/a/apache-extras.org/p/openmeetings-moodle-plugin/source/detail?r=7

Modified:
  /trunk/build.xml
  /trunk/version.php

=======================================
--- /trunk/build.xml	Thu Oct 11 02:10:22 2012
+++ /trunk/build.xml	Mon Feb 18 10:15:38 2013
@@ -19,7 +19,7 @@
  	xmlns:ivy="antlib:org.apache.ivy.ant">

  	<property name="dist.dir" value="dist" />
-	<property name="project.version" value="1.4" />
+	<property name="project.version" value="1.5" />
  	<property name="project.distname" value="openmeetings-moodle-plugin" />
  	<property name="plugin.name" value="openmeetings" />

=======================================
--- /trunk/version.php	Thu Oct 11 02:10:22 2012
+++ /trunk/version.php	Mon Feb 18 10:15:38 2013
@@ -20,11 +20,11 @@

  defined('MOODLE_INTERNAL') || die;

-$module->version  = 2012080100;
-$plugin->component = 'mod_openmeetings';
-$module->maturity = MATURITY_STABLE;
-$module->requires = 2010112400;
-$module->release = '2.1 (Build: 1347413)';;
-$module->cron     = 0;
+$module->version	= 2013021900;
+$plugin->component	= 'mod_openmeetings';
+$module->maturity	= MATURITY_STABLE;
+$module->requires	= 2010112400;
+$module->release	= '1.5';
+$module->cron		= 0;

  ?>