Skip to content

Commit

Permalink
Merge pull request #237 from bruntib/version_52
Browse files Browse the repository at this point in the history
Increment version number to 5.2
  • Loading branch information
gyorb committed Feb 17, 2016
2 parents 2328d02 + 725bc9e commit 13cd6b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Doxyfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -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.1
PROJECT_NUMBER = 5.2

# 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
Expand Down
2 changes: 1 addition & 1 deletion config/version.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version":{
"major" : "5",
"minor" : "1"
"minor" : "2"
},
"db_version":{
"major" : "5",
Expand Down

0 comments on commit 13cd6b4

Please sign in to comment.