diff --git a/Doxyfile.in b/Doxyfile.in index 05c825979e..95d80aef95 100644 --- a/Doxyfile.in +++ b/Doxyfile.in @@ -34,7 +34,7 @@ PROJECT_NAME = "Code Checker" # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 5.7.0 +PROJECT_NUMBER = 5.7.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 c6f87587a3..e272fd7468 100644 --- a/config/version.json +++ b/config/version.json @@ -2,7 +2,7 @@ "version":{ "major" : "5", "minor" : "7", - "revision" : "0" + "revision" : "1" }, "db_version":{ "major" : "5",