Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/cutorch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSoumith Chintala <soumith@gmail.com>2016-07-29 07:28:00 +0300
committerSoumith Chintala <soumith@gmail.com>2016-07-29 07:28:51 +0300
commitc232437f72817a7b70066c8f8a40c9c038d0aadc (patch)
tree2b17516168e1532efec1d6b93680b0821378c325
parentdb46f8f6a81c682edf7f3dc2eb2cfe3cd195124f (diff)
fixing rockspec
-rw-r--r--README.md2
-rw-r--r--rocks/cutorch-1.0-0.rockspec (renamed from rocks/cutorch-1.0.rockspec)2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index c12687b..298bc99 100644
--- a/README.md
+++ b/README.md
@@ -91,7 +91,7 @@ cutorch.withDevice(2, function() dest = src:clone() end)
## API changes and Versioning
-Version 1.0 can be installed via: `luarocks install cutorch 1.0`
+Version 1.0 can be installed via: `luarocks install cutorch 1.0-0`
Compared to version 1.0, these are the following API changes:
| operators | 1.0 | master |
diff --git a/rocks/cutorch-1.0.rockspec b/rocks/cutorch-1.0-0.rockspec
index 001bed3..88f3aad 100644
--- a/rocks/cutorch-1.0.rockspec
+++ b/rocks/cutorch-1.0-0.rockspec
@@ -1,5 +1,5 @@
package = "cutorch"
-version = "1.0"
+version = "1.0-0"
source = {
url = "git://github.com/torch/cutorch.git",