Skip to content

Commit 3a35635

Browse files
committed
preparing v1.1-rc1: updating version No. from v1.0.1 to v1.1.0
1 parent 2a1b988 commit 3a35635

6 files changed

Lines changed: 8 additions & 8 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.8)
2121
PROJECT(singa)
2222
SET(PACKAGE_VERSION "1.0.1")
2323
SET(SINGA_MAJOR_VERSION 1) # 0 -
24-
SET(SINGA_MINOR_VERSION 0) # 0 - 9
25-
SET(SINGA_PATCH_VERSION 1) # 0 - 99
24+
SET(SINGA_MINOR_VERSION 1) # 0 - 9
25+
SET(SINGA_PATCH_VERSION 0) # 0 - 99
2626
MATH(EXPR SINGA_VERSION "${SINGA_MAJOR_VERSION} * 1000 + ${SINGA_MINOR_VERSION} * 100 + ${SINGA_PATCH_VERSION}")
2727

2828
LIST(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake/Thirdparty)

doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@
7979
# built documents.
8080
#
8181
# The short X.Y version.
82-
version = u'1.0'
82+
version = u'1.1'
8383
# The full version, including alpha/beta/rc tags.
84-
release = u'1.0.1'
84+
release = u'1.1.0'
8585

8686
# The language for content autogenerated by Sphinx. Refer to documentation
8787
# for a list of supported languages.

java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<groupId>org.apache.singa</groupId>
2424
<artifactId>junit-tests</artifactId>
2525
<packaging>jar</packaging>
26-
<version>1.0-SNAPSHOT</version>
26+
<version>1.1-SNAPSHOT</version>
2727
<name>junit-tests</name>
2828
<build>
2929
<plugins>

tool/docker/runtime/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ RUN apt-get update \
2828

2929

3030
# install pysinga TODO(wangwei) install debian package
31-
RUN pip install --upgrade http://www.comp.nus.edu.sg/~dbsystem/singa/assets/file/wheel/linux/latest/ubuntu16.04-cpp/singa-1.0.1-py2-none-any.whl
31+
RUN pip install --upgrade http://www.comp.nus.edu.sg/~dbsystem/singa/assets/file/wheel/linux/latest/ubuntu16.04-cpp/singa-1.1.0-py2-none-any.whl

tool/docker/runtime/cuda/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ RUN apt-get update \
2828

2929

3030
# install pysinga TODO(wangwei) install debian package
31-
RUN pip install --upgrade http://www.comp.nus.edu.sg/~dbsystem/singa/assets/file/wheel/linux/latest/ubuntu16.04-cuda8.0-cudnn5/singa-1.0.1-py2-none-any.whl
31+
RUN pip install --upgrade http://www.comp.nus.edu.sg/~dbsystem/singa/assets/file/wheel/linux/latest/ubuntu16.04-cuda8.0-cudnn5/singa-1.1.0-py2-none-any.whl

tool/jenkins/jenkins_doc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# This script is used by Jenkins to update SINGA website
2222

2323
echo Install PySINGA, generate HTML files and update SINGA website
24-
pip install --upgrade http://www.comp.nus.edu.sg/~dbsystem/singa/assets/file/whl/latest/ubuntu16.04-cpp/singa-1.0.1-py2-none-any.whl
24+
pip install --upgrade http://www.comp.nus.edu.sg/~dbsystem/singa/assets/file/wheel/linux/latest/ubuntu16.04-cpp/singa-1.1.0-py2-none-any.whl
2525
COMMIT=`git rev-parse --short HEAD`
2626
cd doc
2727
# generate the html files

0 commit comments

Comments
 (0)