diff --git a/Doxyfile.in b/Doxyfile.in index 52c9af325d..978a26b64b 100644 --- a/Doxyfile.in +++ b/Doxyfile.in @@ -34,7 +34,7 @@ PROJECT_NAME = "CodeChecker" # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 6.0.0 +PROJECT_NUMBER = 6.0.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 diff --git a/config/version.json b/config/version.json index d927cd77c9..3d5db2c5e4 100644 --- a/config/version.json +++ b/config/version.json @@ -2,7 +2,7 @@ "version": { "major" : "6", "minor" : "0", - "revision" : "0" + "revision" : "1" }, "product_db_version": { "major" : "6",