File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.8)
2121PROJECT (singa)
2222SET (PACKAGE_VERSION "1.0.1" )
2323SET (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
2626MATH (EXPR SINGA_VERSION "${SINGA_MAJOR_VERSION} * 1000 + ${SINGA_MINOR_VERSION} * 100 + ${SINGA_PATCH_VERSION} " )
2727
2828LIST (APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR } /cmake/Thirdparty)
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 2121# This script is used by Jenkins to update SINGA website
2222
2323echo 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
2525COMMIT=` git rev-parse --short HEAD`
2626cd doc
2727# generate the html files
You can’t perform that action at this time.
0 commit comments