Skip to content

Commit c404590

Browse files
committed
Update change log and vesion number for v8.0.0-rc1
1 parent 33bf309 commit c404590

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,19 @@ of the unreleased and any previous release candidates change logs.
3535
## Unreleased
3636
_The following are changes which have been implemented in the VTR master branch but have not yet been included in an official release._
3737

38+
### Added
39+
40+
### Changed
41+
42+
### Fixed
43+
44+
### Deprecated
45+
46+
### Removed
47+
48+
49+
## v8.0.0-rc1 - 2019-06-13
50+
3851
### Added
3952
* Support for arbitrary FPGA device grids/floorplans
4053
* Support for clustered blocks with width > 1

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ option(ODIN_DEBUG "Enable building oding with extra debug flags" OFF)
3535
set(VTR_VERSION_MAJOR 8)
3636
set(VTR_VERSION_MINOR 0)
3737
set(VTR_VERSION_PATCH 0)
38-
set(VTR_VERSION_PRERELEASE "dev")
38+
set(VTR_VERSION_PRERELEASE "rc1")
3939

4040
include(FilesToDirs)
4141

0 commit comments

Comments
 (0)