File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,10 +29,10 @@ LIST(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake/Thirdparty)
2929#string(REGEX REPLACE "^[0-9]+\\.[0-9]+\\.([0-9]+).*" "\\1" VERSION_PATCH "${VERSION}")
3030
3131
32- SET (PACKAGE_VERSION 5.0 .0) # ${VERSION})
33- SET (VERSION 5.0 .0)
32+ SET (PACKAGE_VERSION 5.1 .0) # ${VERSION})
33+ SET (VERSION 5.1 .0)
3434SET (SINGA_MAJOR_VERSION 5)
35- SET (SINGA_MINOR_VERSION 0 )
35+ SET (SINGA_MINOR_VERSION 1 )
3636SET (SINGA_PATCH_VERSION 0)
3737#SET(SINGA_MAJOR_VERSION ${VERSION_MAJOR}) # 0 -
3838#SET(SINGA_MINOR_VERSION ${VERSION_MINOR}) # 0 - 9
Original file line number Diff line number Diff line change 8383from datetime import date
8484
8585# stable version
86- VERSION = '5.0 .0'
86+ VERSION = '5.1 .0'
8787# get the git hash
8888# git_hash = subprocess.check_output(["git", "describe"]).strip().split('-')[-1][1:]
8989# comment the next line to build wheel for stable version
Original file line number Diff line number Diff line change 2020# https://docs.conda.io/projects/conda-build/en/latest/resources/define-metadata.html#templating-with-jinja
2121# {% set data = load_setup_py_data(setup_file='../../../python/singa/setup.py', from_recipe_dir=True) %}
2222
23- {% set version = "5.0 .0" %}
23+ {% set version = "5.1 .0" %}
2424
2525package :
2626 name : singa
You can’t perform that action at this time.
0 commit comments