Skip to content

Commit

Permalink
cmake: Set DCMQI version to 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jcfr committed Jan 11, 2018
1 parent 6ddae90 commit a525cf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ endforeach()
#
set(DCMQI_VERSION_MAJOR 1)
set(DCMQI_VERSION_MINOR 0)
set(DCMQI_VERSION_PATCH 5)
set(DCMQI_VERSION_PATCH 7)
set(DCMQI_VERSION
"${DCMQI_VERSION_MAJOR}.${DCMQI_VERSION_MINOR}.${DCMQI_VERSION_PATCH}")

Expand Down

0 comments on commit a525cf1

Please sign in to comment.