Skip to content

Commit a4fb969

Browse files
authored
Merge pull request #1378 from lzjpaul/dev-5.1.0
Update the configure files for v5.1.0
2 parents 14c9810 + 698eecc commit a4fb969

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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)
3434
SET(SINGA_MAJOR_VERSION 5)
35-
SET(SINGA_MINOR_VERSION 0)
35+
SET(SINGA_MINOR_VERSION 1)
3636
SET(SINGA_PATCH_VERSION 0)
3737
#SET(SINGA_MAJOR_VERSION ${VERSION_MAJOR}) # 0 -
3838
#SET(SINGA_MINOR_VERSION ${VERSION_MINOR}) # 0 - 9

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
from 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

tool/conda/singa/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
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

2525
package:
2626
name: singa

0 commit comments

Comments
 (0)