Skip to content

Commit

Permalink
Version bump v1.5.11 to v1.5.12
Browse files Browse the repository at this point in the history
  • Loading branch information
braun-steven committed Feb 7, 2019
1 parent bc3ae6b commit e6c2ea2
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
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Add-Type -AssemblyName System.IO.Compression.FileSystem

# Get all necessary variables
$platform = "windows"
$version = "1.5.11"
$version = "1.5.12"
$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
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ case "${unameOut}" in
*) platform="UNSUPPORTED:${unameOut}"
esac

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

Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.11
1.5.12

0 comments on commit e6c2ea2

Please sign in to comment.