Skip to content

Commit 428b84f

Browse files
authored
Merge pull request #997 from anigamova/upd_v10.0.2
Update docs and bin/combine.cpp to v10.0.2
2 parents caf347d + 3c8db1b commit 428b84f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bin/combine.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
using namespace std;
3333

3434
// Update whenever we have a new Tag
35-
std::string combineTagString = "v10.0.1";
35+
std::string combineTagString = "v10.0.2";
3636
//
3737

3838
int main(int argc, char **argv) {

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ cmsenv
4646
git clone https://github.com/cms-analysis/HiggsAnalysis-CombinedLimit.git HiggsAnalysis/CombinedLimit
4747
cd HiggsAnalysis/CombinedLimit
4848
```
49-
Update to a recommended tag - currently the recommended tag is **v10.0.1**: [see release notes](https://github.com/cms-analysis/HiggsAnalysis-CombinedLimit/releases/tag/v10.0.1)
49+
Update to a recommended tag - currently the recommended tag is **v10.0.2**: [see release notes](https://github.com/cms-analysis/HiggsAnalysis-CombinedLimit/releases/tag/v10.0.2)
5050

5151
```sh
5252
cd $CMSSW_BASE/src/HiggsAnalysis/CombinedLimit
5353
git fetch origin
54-
git checkout v10.0.1
54+
git checkout v10.0.2
5555
scramv1 b clean; scramv1 b # always make a clean build
5656
```
5757

0 commit comments

Comments
 (0)