aboutsummaryrefslogtreecommitdiff
path: root/project/FlowBuild.scala
diff options
context:
space:
mode:
Diffstat (limited to 'project/FlowBuild.scala')
-rw-r--r--project/FlowBuild.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/project/FlowBuild.scala b/project/FlowBuild.scala
index 858eaeb..087ff6f 100644
--- a/project/FlowBuild.scala
+++ b/project/FlowBuild.scala
@@ -7,9 +7,9 @@ import JniKeys._
object FlowBuild extends Build {
val Organization = "com.github.jodersky"
- val Version = "1.1-SNAPSHOT" //version of flow library
+ val Version = "1.0.1-SNAPSHOT" //version of flow library
val BinaryMajorVersion = 2 //binary major version used to select shared libraries when publishing (needs to be incremented if API changes are made to flow.h or NativeSerial.java)
- val ScalaVersion = "2.10.2"
+ val ScalaVersion = "2.10.3"
//see native settings down below
lazy val commonSettings: Seq[Setting[_]] = Seq(