Skip to content

Commit

Permalink
Update version number and release notes for 1.7.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
chetnieter committed May 12, 2022
1 parent 9405785 commit 3ef6670
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ project(KWIVER)
###
# KWIVER version
set(KWIVER_VERSION_MAJOR 1)
set(KWIVER_VERSION_MINOR 6)
set(KWIVER_VERSION_PATCH 1)
set(KWIVER_VERSION_MINOR 7)
set(KWIVER_VERSION_PATCH 0)
set(KWIVER_VERSION "${KWIVER_VERSION_MAJOR}.${KWIVER_VERSION_MINOR}.${KWIVER_VERSION_PATCH}")

# Organize target into folders for IDEs that support it
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ KWIVER v1.7.0 Release Notes
===========================

This is a minor release of KWIVER that provides both new functionality and fixes
over the previous v1.6.0 release.
over the previous v1.6.1 release.


Updates
Expand Down

0 comments on commit 3ef6670

Please sign in to comment.