Skip to content

Commit

Permalink
Merge pull request #1911 from cryos/version-1-7
Browse files Browse the repository at this point in the history
Bump the version to 1.7.0 in preparation for release
  • Loading branch information
cryos authored Jul 22, 2019
2 parents 6546b4f + 285d1ca commit 7bf678d
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 @@ -17,7 +17,7 @@ include(Git)
determine_version("${tomviz_SOURCE_DIR}" "${GIT_EXECUTABLE}" "tomviz")
# Hard coded for source tarballs, releases, etc.
set(tomviz_version_major 1)
set(tomviz_version_minor 6)
set(tomviz_version_minor 7)
set(tomviz_version_patch 0)
set(tomviz_version_extra)
set(tomviz_version
Expand Down

0 comments on commit 7bf678d

Please sign in to comment.