Skip to content

Commit

Permalink
Version bump v1.5.12 to v1.5.13
Browse files Browse the repository at this point in the history
  • Loading branch information
braun-steven committed Apr 1, 2019
1 parent 2630d2d commit 122569c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cuda-scripts/install-cuda-libs.ps1
Expand Up @@ -3,7 +3,7 @@ Add-Type -AssemblyName System.IO.Compression.FileSystem

# Get all necessary variables
$platform = "windows"
$version = "1.5.12"
$version = "1.5.13"
$nvcc_output = $( nvcc --version )
$cuda_version = (($nvcc_output -split ",")[4] -split " ")[2]
$zip_name = "wekaDeeplearning4j-cuda-$cuda_version-$version-$platform-x86_64.zip"
Expand Down
2 changes: 1 addition & 1 deletion cuda-scripts/install-cuda-libs.sh
Expand Up @@ -9,7 +9,7 @@ case "${unameOut}" in
*) platform="UNSUPPORTED:${unameOut}"
esac

version='1.5.12'
version='1.5.13'
zip_name="wekaDeeplearning4j-cuda-$cuda_version-$version-$platform-x86_64.zip"
selected_download=$1

Expand Down
2 changes: 1 addition & 1 deletion version
@@ -1 +1 @@
1.5.12
1.5.13

0 comments on commit 122569c

Please sign in to comment.