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

github.com/torch/paths.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1f6d506..b28430f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -29,6 +29,6 @@ SET(luasrc
"${CMAKE_CURRENT_BINARY_DIR}/init.lua")
ADD_TORCH_PACKAGE(paths "${src}" "${luasrc}")
-ADD_TORCH_DOK(dok paths "Fundamentals" "Paths and files utilities" 1.)
+ADD_TORCH_DOK(dok paths "Fundamentals" "Paths and files utilities" 1.2)
TARGET_LINK_LIBRARIES(paths liblua-shared)