Skip to content

Commit 5feed01

Browse files
authored
Update index.md
1 parent 1b7f213 commit 5feed01

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@ cmsenv
4848
git clone https://github.com/cms-analysis/HiggsAnalysis-CombinedLimit.git HiggsAnalysis/CombinedLimit
4949
cd HiggsAnalysis/CombinedLimit
5050
```
51-
Update to a recommended tag - currently the recommended tag is **v9.2.0**: [see release notes](https://github.com/cms-analysis/HiggsAnalysis-CombinedLimit/releases/tag/v9.2.0)
51+
Update to a recommended tag - currently the recommended tag is **v9.2.1**: [see release notes](https://github.com/cms-analysis/HiggsAnalysis-CombinedLimit/releases/tag/v9.2.1)
5252

5353
```sh
5454
cd $CMSSW_BASE/src/HiggsAnalysis/CombinedLimit
5555
git fetch origin
56-
git checkout v9.2.0
56+
git checkout v9.2.1
5757
scramv1 b clean; scramv1 b # always make a clean build
5858
```
5959

@@ -110,7 +110,7 @@ Pre-compiled versions of the tool are available as container images from the [CM
110110
```sh
111111
docker run --name combine -it gitlab-registry.cern.ch/cms-cloud/combine-standalone:<tag>
112112
```
113-
where you must replace `<tag>` with a particular version of the tool - eg - `v9.2.0`. See the top of this page for the latest recommended versions.
113+
where you must replace `<tag>` with a particular version of the tool - eg - `v9.2.1`. See the top of this page for the latest recommended versions.
114114

115115
You will now have the compiled <span style="font-variant:small-caps;">Combine</span> binary available as well as the complete package of tool.
116116
The container can be re-started using `docker start -i combine`.
@@ -214,9 +214,9 @@ Installation through CernVM is maintained on a best-effort basis and these instr
214214

215215
## What has changed between tags?
216216

217-
You can generate a diff of any two tags (eg for `v9.1.0` and `v9.0.0`) by using the following url:
217+
You can generate a diff of any two tags (eg for `v9.2.1` and `v9.2.0`) by using the following url:
218218

219-
[https://github.com/cms-analysis/HiggsAnalysis-CombinedLimit/compare/v9.0.0...v9.1.0](https://github.com/cms-analysis/HiggsAnalysis-CombinedLimit/compare/v9.0.0...v9.1.0)
219+
[https://github.com/cms-analysis/HiggsAnalysis-CombinedLimit/compare/v9.2.0...v9.2.1](https://github.com/cms-analysis/HiggsAnalysis-CombinedLimit/compare/v9.2.0...v9.2.1)
220220

221221
Replace the tag names in the url to any tags you would like to compare.
222222

@@ -259,4 +259,4 @@ See the [`CombineHarvester`](http://cms-analysis.github.io/CombineHarvester/) do
259259

260260
## Citation
261261

262-
If you use <span style="font-variant:small-caps;">Combine</span>, please cite the following CMS publication [here](https://arxiv.org/abs/2404.06614).
262+
If you use <span style="font-variant:small-caps;">Combine</span>, please cite the following CMS publication [here](https://arxiv.org/abs/2404.06614).

0 commit comments

Comments
 (0)