Skip to content

Commit

Permalink
Merge pull request #1763 from cryos/version-bump
Browse files Browse the repository at this point in the history
Bump to version 1.5.1
  • Loading branch information
cryos authored Dec 11, 2018
2 parents 2e2d50c + 15ec6df commit 7554a68
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 @@ -18,7 +18,7 @@ determine_version("${tomviz_SOURCE_DIR}" "${GIT_EXECUTABLE}" "tomviz")
# Hard coded for source tarballs, releases, etc.
set(tomviz_version_major 1)
set(tomviz_version_minor 5)
set(tomviz_version_patch 0)
set(tomviz_version_patch 1)
set(tomviz_version_extra)
set(tomviz_version
"${tomviz_version_major}.${tomviz_version_minor}.${tomviz_version_patch}")
Expand Down

0 comments on commit 7554a68

Please sign in to comment.