Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
lamyj committed Dec 20, 2018
1 parent a80c3f7 commit 1e748b4
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
@@ -1,7 +1,7 @@
project(dicomifier)
set(dicomifier_MAJOR_VERSION 1)
set(dicomifier_MINOR_VERSION 2)
set(dicomifier_PATCH_VERSION 1)
set(dicomifier_PATCH_VERSION 2)
set(dicomifier_VERSION
${dicomifier_MAJOR_VERSION}.${dicomifier_MINOR_VERSION}.${dicomifier_PATCH_VERSION})

Expand Down

0 comments on commit 1e748b4

Please sign in to comment.