You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@singa.apache.org by wa...@apache.org on 2019/04/21 13:42:10 UTC

[incubator-singa] branch master updated: update the indention of text for v2.0 in download page

This is an automated email from the ASF dual-hosted git repository.

wangwei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-singa.git


The following commit(s) were added to refs/heads/master by this push:
     new 4a6aa64  update the indention of text for v2.0 in download page
4a6aa64 is described below

commit 4a6aa644497aae6bfbab6d82f7fb3226e03ea70a
Author: Wang Wei <wa...@gmail.com>
AuthorDate: Sun Apr 21 21:41:59 2019 +0800

    update the indention of text for v2.0 in download page
---
 CMakeLists.txt      |  6 +++---
 doc/en/downloads.md | 12 ++++++------
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index be42858..16d38d9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -19,9 +19,9 @@
 CMAKE_MINIMUM_REQUIRED(VERSION 2.8)
 
 PROJECT(singa)
-SET(PACKAGE_VERSION "1.2.0")
-SET(SINGA_MAJOR_VERSION 1)  # 0 -
-SET(SINGA_MINOR_VERSION 2)  # 0 - 9
+SET(PACKAGE_VERSION "2.0.0")
+SET(SINGA_MAJOR_VERSION 2)  # 0 -
+SET(SINGA_MINOR_VERSION 0)  # 0 - 9
 SET(SINGA_PATCH_VERSION 0)  # 0 - 99
 MATH(EXPR SINGA_VERSION "${SINGA_MAJOR_VERSION} * 1000 + ${SINGA_MINOR_VERSION} * 100 + ${SINGA_PATCH_VERSION}")
 
diff --git a/doc/en/downloads.md b/doc/en/downloads.md
index 7a45a31..4bdba29 100644
--- a/doc/en/downloads.md
+++ b/doc/en/downloads.md
@@ -33,12 +33,12 @@
       [\[ASC\]](https://www.apache.org/dist/incubator/singa/2.0.0/apache-singa-incubating-2.0.0.tar.gz.asc)
     * [Release Notes 2.0.0](releases/RELEASE_NOTES_2.0.0.html)
     * New features and major updates,
-      * Enhance autograd (for Convolution networks and recurrent networks)
-      * Support ONNX
-      * Improve the CPP operations via Intel MKL DNN lib
-      * Implement tensor broadcasting
-      * Move Docker images under Apache user name
-      * Update depdent lib versions in conda-build config
+        * Enhance autograd (for Convolution networks and recurrent networks)
+        * Support ONNX
+        * Improve the CPP operations via Intel MKL DNN lib
+        * Implement tensor broadcasting
+        * Move Docker images under Apache user name
+        * Update depdent lib versions in conda-build config
        
 
 * v1.2.0 (6 June 2018):