Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
Merge branch 'master' into release
  • Loading branch information
ucbjrl committed Nov 22, 2017
2 parents 42b83bb + 6f58883 commit 34a5ed1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def javacOptionsVersion(scalaVersion: String): Seq[String] = {

lazy val commonSettings = Seq (
organization := "edu.berkeley.cs",
version := "3.0.0-RC2",
version := "3.0.0",
git.remoteRepo := "git@github.com:freechipsproject/chisel3.git",
autoAPIMappings := true,
scalaVersion := "2.11.11",
Expand Down Expand Up @@ -92,7 +92,7 @@ lazy val publishSettings = Seq (
}
)

val defaultVersions = Map("firrtl" -> "1.0.0-RC2")
val defaultVersions = Map("firrtl" -> "1.0.0")

lazy val chiselSettings = Seq (
name := "chisel3",
Expand Down
4 changes: 2 additions & 2 deletions src/main/scala/chisel3/Driver.scala
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ import _root_.firrtl.annotations.AnnotationYamlProtocol._
* @example
* {{{
* val optionsManager = new ExecutionOptionsManager("chisel3")
* with FirrtlExecutionOptions
* with ChiselExecutionOptions {
* with HasFirrtlOptions
* with HasChiselExecutionOptions {
* commonOptions = CommonOption(targetDirName = "my_target_dir")
* chiselOptions = ChiselExecutionOptions(runFirrtlCompiler = false)
* }
Expand Down

0 comments on commit 34a5ed1

Please sign in to comment.