From c7cf416b1914cfa6f76f65d3f86bc26364a09e48 Mon Sep 17 00:00:00 2001 From: Lloyd Date: Sat, 1 Oct 2016 14:23:04 +0900 Subject: [PATCH] 1.7 release --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ac59bd5..c234776 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ name := """sbt-javacpp""" -version := "1.7-SNAPSHOT" +version := "1.7" organization := "org.bytedeco"