Skip to content

Commit

Permalink
[version] Bump up to version 6.22.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
bruntib committed Nov 17, 2023
1 parent 262a78f commit 605ba1b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion analyzer/config/analyzer_version.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"major" : "6",
"minor" : "23",
"revision" : "0",
"rc" : ""
"rc" : "2"
}
}
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def run(self):

setuptools.setup(
name="codechecker",
version="6.23.0",
version="6.23.0-rc2",
author='CodeChecker Team (Ericsson)',
author_email='[email protected]',
description="CodeChecker is an analyzer tooling, defect database and "
Expand Down
4 changes: 2 additions & 2 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: codechecker
base: core18
version: '6.23.0'
version: '6.23.0-rc2'
summary: CodeChecker is an analyzer tooling, defect database and viewer extension
description: |
CodeChecker is an analyzer tooling, defect database and viewer extension.
Expand Down Expand Up @@ -33,7 +33,7 @@ parts:
codechecker:
plugin: python
python-version: python3
source: https://github.com/Ericsson/codechecker/archive/v6.23.0.tar.gz
source: https://github.com/Ericsson/codechecker/archive/v6.23.0-rc2.tar.gz
build-packages:
- curl
- gcc-multilib
Expand Down
2 changes: 1 addition & 1 deletion web/config/web_version.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"major" : "6",
"minor" : "23",
"revision" : "0",
"rc" : ""
"rc" : "2"
}
}

0 comments on commit 605ba1b

Please sign in to comment.