From 4ace77ae308e7dd2ac17878fbf903769bc8811bf Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Wed, 11 May 2016 11:24:20 -0700 Subject: Prepare release v1.0.0-RC1 --- project/SbtJniBuild.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'project') diff --git a/project/SbtJniBuild.scala b/project/SbtJniBuild.scala index 3961eda..a55b53a 100644 --- a/project/SbtJniBuild.scala +++ b/project/SbtJniBuild.scala @@ -14,7 +14,7 @@ object SbtJniBuild extends Build { val macrosParadiseVersion = "2.1.0" val commonSettings = Seq( - version := "1.0.0-SNAPSHOT", + version := "1.0.0-RC1", organization := "ch.jodersky", licenses := Seq(("BSD New", url("http://opensource.org/licenses/BSD-3-Clause"))), scalacOptions ++= Seq("-deprecation", "-feature"), -- cgit v1.2.3