Added 3.1 release line

This commit is contained in:
Ingo Schommer 2012-12-17 12:03:03 +01:00
parent 1bd93397a0
commit 5daf4d53fd
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ DocumentationSearch::enable();
try {
DocumentationService::register("framework", BASE_PATH ."/src/framework/docs/", 'trunk');
DocumentationService::register("framework", BASE_PATH ."/src/framework_3.1/docs/", '3.1');
DocumentationService::register("framework", BASE_PATH ."/src/framework_3.0/docs/", '3.0');
DocumentationService::register("framework", BASE_PATH ."/src/framework_2.4/docs/", '2.4');
DocumentationService::register("framework", BASE_PATH ."/src/framework_2.3/docs/", '2.3');