You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@singa.apache.org by zh...@apache.org on 2023/03/15 03:07:27 UTC

[singa] branch dev updated: Update CMakeLists.txt for v4.0.0

This is an automated email from the ASF dual-hosted git repository.

zhaojing pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/singa.git


The following commit(s) were added to refs/heads/dev by this push:
     new 419c16f7 Update CMakeLists.txt for v4.0.0
     new a211a944 Merge pull request #1046 from lzjpaul/23-3-11-cmake-zj
419c16f7 is described below

commit 419c16f73427924f44a0373944b077ec8fab8932
Author: zhaojing <zh...@comp.nus.edu.sg>
AuthorDate: Sat Mar 11 19:31:34 2023 +0800

    Update CMakeLists.txt for v4.0.0
---
 CMakeLists.txt | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 29043abf..9f49efa6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -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 3.3.0) # ${VERSION})
-SET(VERSION 3.3.0)
-SET(SINGA_MAJOR_VERSION 3)
-SET(SINGA_MINOR_VERSION 3)
+SET(PACKAGE_VERSION 4.0.0) # ${VERSION})
+SET(VERSION 4.0.0)
+SET(SINGA_MAJOR_VERSION 4)
+SET(SINGA_MINOR_VERSION 0)
 SET(SINGA_PATCH_VERSION 0)
 #SET(SINGA_MAJOR_VERSION ${VERSION_MAJOR})  # 0 -
 #SET(SINGA_MINOR_VERSION ${VERSION_MINOR})  # 0 - 9