Skip to content

Commit

Permalink
Push version number to v21.05.1
Browse files Browse the repository at this point in the history
  • Loading branch information
NeroBurner committed May 18, 2021
1 parent 60b5c2b commit ee0f4db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)


## [Unreleased]
## [v21.05.1] - 2021-05-18
### Added
- download bootstrap files if missing #119
- `viewouch/bin/vt_data` from http://www.viewtouch.com/vt_data
Expand All @@ -19,8 +19,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
### Changed
- update external copy of Catch2 to v2.13.4

### Removed

### Fixed
- fix double line after header in some report tables #115
- fix Segfault in Page 13 of 16 in "Customize Job Title, Families, Phrases" #117
Expand Down
2 changes: 1 addition & 1 deletion version.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ set(PROJECT_IDENTIFIER ${TOP_PROJECT_UPPER})

# The version number.
set (ViewTouch_VERSION_MAJOR 21)
set (ViewTouch_VERSION_MINOR 01)
set (ViewTouch_VERSION_MINOR 05)
set (ViewTouch_VERSION_PATCH 1)

# generate short version string <MAJOR>.<MINOR>.<PATCH>
Expand Down

0 comments on commit ee0f4db

Please sign in to comment.