Skip to content

Commit ee0f4db

Browse files
committed
Push version number to v21.05.1
1 parent 60b5c2b commit ee0f4db

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

changelog.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The 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

version.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ set(PROJECT_IDENTIFIER ${TOP_PROJECT_UPPER})
88

99
# The version number.
1010
set (ViewTouch_VERSION_MAJOR 21)
11-
set (ViewTouch_VERSION_MINOR 01)
11+
set (ViewTouch_VERSION_MINOR 05)
1212
set (ViewTouch_VERSION_PATCH 1)
1313

1414
# generate short version string <MAJOR>.<MINOR>.<PATCH>

0 commit comments

Comments
 (0)