Skip to content

Commit

Permalink
Update changelog and version number
Browse files Browse the repository at this point in the history
  • Loading branch information
kmurray committed Aug 1, 2019
1 parent 663ae94 commit 69a8e95
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ In the case of release candidates (e.g. v8.0.0-rc1) the current
set of unreleased changes should be moved under that heading. Any
subsequent fixes to the release candidate would be placed under
'Unreleased', eventually moving into the next release candidate's
heading (e.g. v8.0.0-rc2) when created. Note thismeans the change log for
heading (e.g. v8.0.0-rc2) when created. Note this means the change log for
subsequent release candidates (e.g. rc2) would only contain new changes
not included in previous release candidates (e.g. rc1). When the final
(non-release candidate) release is made (e.g. v8.0.0) the change log
Expand All @@ -45,6 +45,11 @@ _The following are changes which have been implemented in the VTR master branch

### Removed

## v8.0.0-rc2 - 2019-08-01

### Changed
* Support for non-contiguous track numbers in externally loaded RR graphs
* Improved placer quality (reduced cost round-off)

## v8.0.0-rc1 - 2019-06-13

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ option(ODIN_DEBUG "Enable building oding with extra debug flags" OFF)
set(VTR_VERSION_MAJOR 8)
set(VTR_VERSION_MINOR 0)
set(VTR_VERSION_PATCH 0)
set(VTR_VERSION_PRERELEASE "rc1")
set(VTR_VERSION_PRERELEASE "rc2")

include(FilesToDirs)

Expand Down

0 comments on commit 69a8e95

Please sign in to comment.