|
From: <gem...@li...> - 2011-10-17 13:51:12
|
Revision: 112
http://gemstracker.svn.sourceforge.net/gemstracker/?rev=112&view=rev
Author: mennodekker
Date: 2011-10-17 13:51:03 +0000 (Mon, 17 Oct 2011)
Log Message:
-----------
Version -> 1.5, patchlevel -> 42
Modified Paths:
--------------
trunk/library/classes/Gems/Versions.php
trunk/library/configs/db/patches.sql
trunk/library/configs/db/tables/gems__patch_levels.10.sql
Modified: trunk/library/classes/Gems/Versions.php
===================================================================
--- trunk/library/classes/Gems/Versions.php 2011-10-17 13:41:18 UTC (rev 111)
+++ trunk/library/classes/Gems/Versions.php 2011-10-17 13:51:03 UTC (rev 112)
@@ -43,12 +43,12 @@
{
public final function getBuild()
{
- return 41;
+ return 42;
}
public final function getGemsVersion()
{
- return '1.4.3';
+ return '1.5';
}
public function getProjectVersion()
Modified: trunk/library/configs/db/patches.sql
===================================================================
--- trunk/library/configs/db/patches.sql 2011-10-17 13:41:18 UTC (rev 111)
+++ trunk/library/configs/db/patches.sql 2011-10-17 13:51:03 UTC (rev 112)
@@ -201,4 +201,6 @@
ALTER TABLE gems__tracks CHANGE gtr_organisations gtr_organizations varchar(250) CHARACTER SET 'utf8' COLLATE 'utf8_general_ci';
-- PATCH: Assign maintenance mode toggle to super role
-UPDATE gems__roles SET grl_privileges = CONCAT(grl_privileges,',pr.maintenance') WHERE grl_name = 'super' AND grl_privileges NOT LIKE '%pr.maintenance%';
\ No newline at end of file
+UPDATE gems__roles SET grl_privileges = CONCAT(grl_privileges,',pr.maintenance') WHERE grl_name = 'super' AND grl_privileges NOT LIKE '%pr.maintenance%';
+
+-- GEMS VERSION: 42
\ No newline at end of file
Modified: trunk/library/configs/db/tables/gems__patch_levels.10.sql
===================================================================
--- trunk/library/configs/db/tables/gems__patch_levels.10.sql 2011-10-17 13:41:18 UTC (rev 111)
+++ trunk/library/configs/db/tables/gems__patch_levels.10.sql 2011-10-17 13:51:03 UTC (rev 112)
@@ -11,5 +11,5 @@
INSERT INTO gems__patch_levels (gpl_level, gpl_created)
VALUES
- (41, CURRENT_TIMESTAMP);
+ (42, CURRENT_TIMESTAMP);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|