Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
lamyj committed Jan 18, 2019
1 parent 0ba68a9 commit fad3b25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 2)
set(dicomifier_MINOR_VERSION 3)
set(dicomifier_PATCH_VERSION 0)
set(dicomifier_VERSION
${dicomifier_MAJOR_VERSION}.${dicomifier_MINOR_VERSION}.${dicomifier_PATCH_VERSION})

Expand Down

0 comments on commit fad3b25

Please sign in to comment.