From: <gem...@li...> - 2012-04-08 16:33:12
|
Revision: 611 http://gemstracker.svn.sourceforge.net/gemstracker/?rev=611&view=rev Author: matijsdejong Date: 2012-04-08 16:33:06 +0000 (Sun, 08 Apr 2012) Log Message: ----------- Updated version numbers 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-04-08 16:30:28 UTC (rev 610) +++ trunk/library/classes/Gems/Versions.php 2012-04-08 16:33:06 UTC (rev 611) @@ -43,12 +43,12 @@ { public final function getBuild() { - return 46; + return 47; } public final function getGemsVersion() { - return '1.5.3'; + return '1.5.4'; } public function getProjectVersion() Modified: trunk/library/classes/MUtil/Version.php =================================================================== --- trunk/library/classes/MUtil/Version.php 2012-04-08 16:30:28 UTC (rev 610) +++ trunk/library/classes/MUtil/Version.php 2012-04-08 16:33:06 UTC (rev 611) @@ -33,8 +33,8 @@ class MUtil_Version { const MAJOR = 1; - const MINOR = 0; - const BUILD = 32; + const MINOR = 1; + const BUILD = 33; public static function get() { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |