Skip to content

Commit 920d710

Browse files
committed
[version] Bump version to 6.25.0-rc1
1 parent 5d4530d commit 920d710

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

analyzer/config/analyzer_version.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"major" : "6",
44
"minor" : "25",
55
"revision" : "0",
6-
"rc" : ""
6+
"rc" : "1"
77
}
88
}

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def run(self):
142142

143143
setuptools.setup(
144144
name="codechecker",
145-
version="6.25.0",
145+
version="6.25.0-rc1",
146146
author='CodeChecker Team (Ericsson)',
147147
author_email='[email protected]',
148148
description="CodeChecker is an analyzer tooling, defect database and "

snap/snapcraft.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: codechecker
22
base: core18
3-
version: '6.25.0'
3+
version: '6.25.0-rc1'
44
summary: CodeChecker is an analyzer tooling, defect database and viewer extension
55
description: |
66
CodeChecker is an analyzer tooling, defect database and viewer extension.
@@ -33,7 +33,7 @@ parts:
3333
codechecker:
3434
plugin: python
3535
python-version: python3
36-
source: https://github.com/Ericsson/codechecker/archive/v6.25.0.tar.gz
36+
source: https://github.com/Ericsson/codechecker/archive/v6.25.0-rc1.tar.gz
3737
build-packages:
3838
- curl
3939
- gcc-multilib

web/config/web_version.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"major" : "6",
44
"minor" : "25",
55
"revision" : "0",
6-
"rc" : ""
6+
"rc" : "1"
77
}
88
}

0 commit comments

Comments
 (0)