From: <gem...@li...> - 2012-02-15 15:03:41
|
Revision: 484 http://gemstracker.svn.sourceforge.net/gemstracker/?rev=484&view=rev Author: matijsdejong Date: 2012-02-15 15:03:30 +0000 (Wed, 15 Feb 2012) Log Message: ----------- Versions updated Modified Paths: -------------- trunk/library/classes/Gems/Versions.php trunk/library/classes/MUtil/Version.php Modified: trunk/library/classes/Gems/Versions.php =================================================================== --- trunk/library/classes/Gems/Versions.php 2012-02-15 14:58:41 UTC (rev 483) +++ trunk/library/classes/Gems/Versions.php 2012-02-15 15:03:30 UTC (rev 484) @@ -43,12 +43,12 @@ { public final function getBuild() { - return 44; + return 45; } public final function getGemsVersion() { - return '1.5.1'; + return '1.5.2'; } public function getProjectVersion() Modified: trunk/library/classes/MUtil/Version.php =================================================================== --- trunk/library/classes/MUtil/Version.php 2012-02-15 14:58:41 UTC (rev 483) +++ trunk/library/classes/MUtil/Version.php 2012-02-15 15:03:30 UTC (rev 484) @@ -34,7 +34,7 @@ { const MAJOR = 1; const MINOR = 0; - const BUILD = 31; + const BUILD = 32; public static function get() { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |