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 2022/05/06 12:52:35 UTC

[singa] branch dev updated: update CMakeLists.txt for release 3.3.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 fe7515f4 update CMakeLists.txt for release 3.3.0
     new bcd05a99 Merge pull request #960 from NLGithubWP/dev
fe7515f4 is described below

commit fe7515f46e4526515486ab2db27fe252ee385289
Author: NLGithubWP <xi...@gmail.com>
AuthorDate: Fri May 6 17:45:17 2022 +0800

    update CMakeLists.txt for release 3.3.0
---
 CMakeLists.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index a722ec92..29043abf 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.2.0) # ${VERSION})
-SET(VERSION 3.2.0)
+SET(PACKAGE_VERSION 3.3.0) # ${VERSION})
+SET(VERSION 3.3.0)
 SET(SINGA_MAJOR_VERSION 3)
-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