Skip to content

Commit

Permalink
Merge pull request #1196 from lemonviv/cmakefile-v4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lzjpaul authored Aug 10, 2024
2 parents e9d1cc9 + 8ec9585 commit 7237a87
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ LIST(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake/Thirdparty)
#string(REGEX REPLACE "^[0-9]+\\.[0-9]+\\.([0-9]+).*" "\\1" VERSION_PATCH "${VERSION}")


SET(PACKAGE_VERSION 4.2.0) # ${VERSION})
SET(VERSION 4.2.0)
SET(PACKAGE_VERSION 4.3.0) # ${VERSION})
SET(VERSION 4.3.0)
SET(SINGA_MAJOR_VERSION 4)
SET(SINGA_MINOR_VERSION 2)
SET(SINGA_MINOR_VERSION 3)
SET(SINGA_PATCH_VERSION 0)
#SET(SINGA_MAJOR_VERSION ${VERSION_MAJOR}) # 0 -
#SET(SINGA_MINOR_VERSION ${VERSION_MINOR}) # 0 - 9
Expand Down

0 comments on commit 7237a87

Please sign in to comment.