Skip to content

Commit 5d2157c

Browse files
committed
Version bump v1.5.10 to v1.5.11
1 parent 4d98c3d commit 5d2157c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cuda-scripts/install-cuda-libs.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Add-Type -AssemblyName System.IO.Compression.FileSystem
33

44
# Get all necessary variables
55
$platform = "windows"
6-
$version = "1.5.10"
6+
$version = "1.5.11"
77
$nvcc_output = $( nvcc --version )
88
$cuda_version = (($nvcc_output -split ",")[4] -split " ")[2]
99
$zip_name = "wekaDeeplearning4j-cuda-$cuda_version-$version-$platform-x86_64.zip"

cuda-scripts/install-cuda-libs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ case "${unameOut}" in
99
*) platform="UNSUPPORTED:${unameOut}"
1010
esac
1111

12-
version='1.5.10'
12+
version='1.5.11'
1313
zip_name="wekaDeeplearning4j-cuda-$cuda_version-$version-$platform-x86_64.zip"
1414
selected_download=$1
1515

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.10
1+
1.5.11

0 commit comments

Comments
 (0)