diff --git a/Doxyfile b/Doxyfile index c5dec66d9..ca15eb685 100644 --- a/Doxyfile +++ b/Doxyfile @@ -48,7 +48,7 @@ PROJECT_NAME = Crow # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 1.0 +PROJECT_NUMBER = 1.1 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/docs/versions.json b/docs/versions.json index 8f27b657e..a0ea4c5b0 100644 --- a/docs/versions.json +++ b/docs/versions.json @@ -1,5 +1,6 @@ [ {"version": "master", "title": "master", "aliases": []}, + {"version": "1.1", "title": "1.1.0", "aliases": []}, {"version": "1.0", "title": "1.0+3", "aliases": []}, {"version": "0.3", "title": "0.3+4", "aliases": []} ]