Commit ec4ead91908bd1af605e7ead198ba27ac5886ad1

Authored by Megan
2 parents a77f70a8 710b533b

Merge branch 'master' of git@github.com:ktgit/knowledgetree

docs/VERSION-NAME.txt
1   -3.6
  1 +3.6.0
... ...
docs/VERSION-OSS-DEV.txt
1   -3.6
  1 +3.6.0
... ...
docs/VERSION-OSS.txt
1   -3.6
  1 +3.6.0
... ...
docs/VERSION.txt
1   -3.6
  1 +3.6.0
... ...
sql/mysql/install/data.sql
... ... @@ -1450,8 +1450,8 @@ LOCK TABLES `system_settings` WRITE;
1450 1450 /*!40000 ALTER TABLE `system_settings` DISABLE KEYS */;
1451 1451 INSERT INTO `system_settings` VALUES
1452 1452 (1,'lastIndexUpdate','0'),
1453   -(2,'knowledgeTreeVersion','3.5.5'),
1454   -(3,'databaseVersion','3.5.5'),
  1453 +(2,'knowledgeTreeVersion','3.6.0'),
  1454 +(3,'databaseVersion','3.6.0'),
1455 1455 (4,'server_name','127.0.0.1');
1456 1456 /*!40000 ALTER TABLE `system_settings` ENABLE KEYS */;
1457 1457 UNLOCK TABLES;
... ... @@ -1745,7 +1745,7 @@ INSERT INTO `upgrades` VALUES
1745 1745 (214,'func*3.5.4a*0*removeOldFilesAndFolders354a','Remove old files and folders that are no longer needed.','2008-10-01 00:00:00',1,'upgrade*3.5.4a*99*upgrade3.5.4a'),
1746 1746 (215,'func*3.5.4a*0*removeOldFilesAndFolders354a1','Remove old files and folders that are no longer needed.','2008-10-01 00:00:00',1,'upgrade*3.5.4a*99*upgrade3.5.4a'),
1747 1747 (216,'upgrade*3.5.4a*99*upgrade3.5.4a','Upgrade from version 3.5.4 to 3.5.4a','2008-12-01 00:00:00',1,'upgrade*3.5.4a*99*upgrade3.5.4a'),
1748   -(217,'upgrade*3.5.5*99*upgrade3.5.5','Upgrade from version 3.5.4a to 3.5.5','2009-01-01 00:00:00',1,'upgrade*3.5.5*99*upgrade3.5.5');
  1748 +(217,'upgrade*3.6.0*99*upgrade3.6.0','Upgrade from version 3.5.4a to 3.6.0','2009-01-01 00:00:00',1,'upgrade*3.6.0*99*upgrade3.6.0');
1749 1749 /*!40000 ALTER TABLE `upgrades` ENABLE KEYS */;
1750 1750 UNLOCK TABLES;
1751 1751  
... ...