File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ )
55
66
7- ## [ Unreleased ]
7+ ## [ v21.05.1 ] - 2021-05-18
88### Added
99- download bootstrap files if missing #119
1010 - ` viewouch/bin/vt_data ` from http://www.viewtouch.com/vt_data
@@ -19,8 +19,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
1919### Changed
2020- update external copy of Catch2 to v2.13.4
2121
22- ### Removed
23-
2422### Fixed
2523- fix double line after header in some report tables #115
2624- fix Segfault in Page 13 of 16 in "Customize Job Title, Families, Phrases" #117
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ set(PROJECT_IDENTIFIER ${TOP_PROJECT_UPPER})
88
99# The version number.
1010set (ViewTouch_VERSION_MAJOR 21)
11- set (ViewTouch_VERSION_MINOR 01 )
11+ set (ViewTouch_VERSION_MINOR 05 )
1212set (ViewTouch_VERSION_PATCH 1)
1313
1414# generate short version string <MAJOR>.<MINOR>.<PATCH>
You can’t perform that action at this time.
0 commit comments