We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 853f4cc commit 3e54e34Copy full SHA for 3e54e34
2 files changed
jni/src/configure
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
3
-VERSION="1.1.1-cuda8.0"
+VERSION="1.1.2-cuda8.0"
4
DEVVERSION="dev-cuda8.0"
5
6
OS=`uname -a`
pom.xml
@@ -6,7 +6,7 @@
<groupId>BIDMach</groupId>
7
<artifactId>BIDMach</artifactId>
8
<packaging>jar</packaging>
9
- <version>1.1.1-cuda8.0</version>
+ <version>1.1.2-cuda8.0</version>
10
<name>BIDMach</name>
11
<description>BIDMach is an optimized machine learning library in Scala</description>
12
<properties>
0 commit comments