File tree 2 files changed +14
-1
lines changed
2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,19 @@ of the unreleased and any previous release candidates change logs.
35
35
## Unreleased
36
36
_ The following are changes which have been implemented in the VTR master branch but have not yet been included in an official release._
37
37
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
+
38
51
### Added
39
52
* Support for arbitrary FPGA device grids/floorplans
40
53
* Support for clustered blocks with width > 1
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ option(ODIN_DEBUG "Enable building oding with extra debug flags" OFF)
35
35
set (VTR_VERSION_MAJOR 8)
36
36
set (VTR_VERSION_MINOR 0)
37
37
set (VTR_VERSION_PATCH 0)
38
- set (VTR_VERSION_PRERELEASE "dev " )
38
+ set (VTR_VERSION_PRERELEASE "rc1 " )
39
39
40
40
include (FilesToDirs)
41
41
You can’t perform that action at this time.
0 commit comments