Skip to content

Commit

Permalink
set release version
Browse files Browse the repository at this point in the history
  • Loading branch information
ucbjrl committed May 3, 2017
1 parent e019a65 commit c227431
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ lazy val customUnidocSettings = unidocSettings ++ Seq (

lazy val commonSettings = Seq (
organization := "edu.berkeley.cs",
version := "3.0-SNAPSHOT",
version := "3.0-SNAPSHOT_2017-05-03",
git.remoteRepo := "git@github.com:ucb-bar/chisel3.git",
scalaVersion := "2.11.7",
autoAPIMappings := true,
Expand Down Expand Up @@ -76,7 +76,7 @@ lazy val publishSettings = Seq (
}
)

val defaultVersions = Map("firrtl" -> "1.0-SNAPSHOT")
val defaultVersions = Map("firrtl" -> "1.0-SNAPSHOT_2017-05-03")

lazy val chiselSettings = Seq (
name := "chisel3",
Expand Down

0 comments on commit c227431

Please sign in to comment.