Skip to content

Commit

Permalink
ENH: set version to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fedorov committed Feb 1, 2019
1 parent f8e1346 commit 1e82977
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ endforeach()
#
set(DCMQI_VERSION_MAJOR 1)
set(DCMQI_VERSION_MINOR 2)
set(DCMQI_VERSION_PATCH 0)
set(DCMQI_VERSION_PATCH 1)
set(DCMQI_VERSION
"${DCMQI_VERSION_MAJOR}.${DCMQI_VERSION_MINOR}.${DCMQI_VERSION_PATCH}")

Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@



| Docker | [![](https://images.microbadger.com/badges/version/qiicr/dcmqi:v1.2.0.svg)](https://microbadger.com/images/qiicr/dcmqi:v1.2.0) | [![](https://images.microbadger.com/badges/version/qiicr/dcmqi.svg)](https://microbadger.com/images/qiicr/dcmqi) |
| Docker | [![](https://images.microbadger.com/badges/version/qiicr/dcmqi:v1.2.1.svg)](https://microbadger.com/images/qiicr/dcmqi:v1.2.1) | [![](https://images.microbadger.com/badges/version/qiicr/dcmqi.svg)](https://microbadger.com/images/qiicr/dcmqi) |
|--------|--------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------|

| | Linux | macOS | Windows |
Expand Down Expand Up @@ -59,4 +59,3 @@ This work is supported primarily by the National Institutes of Health, National
1. Fedorov A, Clunie D, Ulrich E, Bauer C, Wahle A, Brown B, Onken M, Riesmeier J, Pieper S, Kikinis R, Buatti J, Beichel RR. (2016) _DICOM for quantitative imaging biomarker development: a standards based approach to sharing clinical data and structured PET/CT analysis results in head and neck cancer research._ *PeerJ* 4:e2057 https://doi.org/10.7717/peerj.2057

2. Herz C, Fillion-Robin J-C, Onken M, Riesmeier J, Lasso A, Pinter C, Fichtinger G, Pieper S, Clunie D, Kikinis R, Fedorov A. _dcmqi: An Open Source Library for Standardized Communication of Quantitative Image Analysis Results Using DICOM_. *Cancer Research*. 2017;77(21):e87–e90 http://cancerres.aacrjournals.org/content/77/21/e87.

0 comments on commit 1e82977

Please sign in to comment.