Skip to content

Commit 698eecc

Browse files
authored
Update CMakeLists.txt for v 5.1.0
Update CMakeLists.txt for v 5.1.0
1 parent f5d2f78 commit 698eecc

1 file changed

Lines changed: 3 additions & 3 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

0 commit comments

Comments
 (0)