Skip to content

Commit 80948aa

Browse files
committed
SINGA-480 Update documentations
update installation instructions; move the instructions on building from source into build.md
1 parent 021f646 commit 80948aa

File tree

11 files changed

+482
-429
lines changed

11 files changed

+482
-429
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
CMAKE_MINIMUM_REQUIRED(VERSION 2.8)
2020

2121
PROJECT(singa)
22-
SET(PACKAGE_VERSION "2.0.0")
22+
SET(PACKAGE_VERSION "2.1.0")
2323
SET(SINGA_MAJOR_VERSION 2) # 0 -
24-
SET(SINGA_MINOR_VERSION 0) # 0 - 9
24+
SET(SINGA_MINOR_VERSION 1) # 0 - 9
2525
SET(SINGA_PATCH_VERSION 0) # 0 - 99
2626
MATH(EXPR SINGA_VERSION "${SINGA_MAJOR_VERSION} * 1000 + ${SINGA_MINOR_VERSION} * 100 + ${SINGA_PATCH_VERSION}")
2727

doc/en/_templates/layout.html

Lines changed: 0 additions & 56 deletions
This file was deleted.

0 commit comments

Comments
 (0)