From f4166acc662c03949ef566c4b085ffb9e2e2a4f5 Mon Sep 17 00:00:00 2001 From: gittiver Date: Sat, 20 Jan 2024 20:26:20 +0100 Subject: [PATCH] prepare release 1.1.0 on master-branch by adding new version to documentation (#742) prepare documentation by adding new version updated Doxyfile version to 1.1 --- Doxyfile | 2 +- docs/versions.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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": []} ]