From 45bba9e2944e270802f0f71784afc9578856017e Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Sun, 4 Aug 2013 23:59:37 +0200 Subject: bump version --- project/FlowBuild.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'project/FlowBuild.scala') 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 -- cgit v1.2.3