Skip to content

Commit

Permalink
Update change log and vesion number for v8.0.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
kmurray committed Jun 13, 2019
1 parent 33bf309 commit c404590
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,19 @@ of the unreleased and any previous release candidates change logs.
## Unreleased
_The following are changes which have been implemented in the VTR master branch but have not yet been included in an official release._

### Added

### Changed

### Fixed

### Deprecated

### Removed


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

### Added
* Support for arbitrary FPGA device grids/floorplans
* Support for clustered blocks with width > 1
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 "dev")
set(VTR_VERSION_PRERELEASE "rc1")

include(FilesToDirs)

Expand Down

0 comments on commit c404590

Please sign in to comment.