Skip to content

Commit

Permalink
release number change
Browse files Browse the repository at this point in the history
  • Loading branch information
tutulino committed Feb 24, 2018
1 parent 86cb1b4 commit 9fd0d4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ $ErrorActionPreference = "Continue"

$config=get_config

$Release="6.04b"
$Release="6.0"

if ($Groupnames -eq $null) {$Host.UI.RawUI.WindowTitle = "MegaMiner"} else {$Host.UI.RawUI.WindowTitle = "MM-" + ($Groupnames -join "/")}
$env:CUDA_DEVICE_ORDER = 'PCI_BUS_ID' #This align cuda id with nvidia-smi order
Expand Down

0 comments on commit 9fd0d4c

Please sign in to comment.