aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2013-08-04 23:59:37 +0200
committerJakob Odersky <jodersky@gmail.com>2013-08-04 23:59:37 +0200
commit45bba9e2944e270802f0f71784afc9578856017e (patch)
tree2632729a40a1540c3299aeabe3e203abb4b176e2
parentff91a9383ae0e3f410c01cb41d357d2a72157a0d (diff)
downloadakka-serial-1.0.tar.gz
akka-serial-1.0.tar.bz2
akka-serial-1.0.zip
bump versionv1.0
-rw-r--r--project/FlowBuild.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/project/FlowBuild.scala b/project/FlowBuild.scala
index 3d2da2f..51e72f1 100644
--- a/project/FlowBuild.scala
+++ b/project/FlowBuild.scala
@@ -7,7 +7,7 @@ import JniKeys._
object FlowBuild extends Build {
val Organization = "com.github.jodersky"
- val Version = "1.0-SNAPSHOT" //version of flow library
+ val Version = "1.0" //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"
//see native settings down below