Salome HOME
Merge branch 'V9_8_BR'
authorvsr <vsr@opencascade.com>
Fri, 10 Dec 2021 09:36:52 +0000 (12:36 +0300)
committervsr <vsr@opencascade.com>
Fri, 10 Dec 2021 09:37:20 +0000 (12:37 +0300)
1  2 
CMakeLists.txt

diff --cc CMakeLists.txt
index 9fc267cc4b4be713d9f8e3510a69419347eae936,3fe938aea78e18c77d728ea6cf10a1c15949a45c..3d903b0923519fdbe3c0f228e060bde645141234
@@@ -43,6 -37,11 +37,11 @@@ ELSE(
    MESSAGE(FATAL_ERROR "We absolutely need the Salome CMake configuration files, please define CONFIGURATION_ROOT_DIR !")
  ENDIF()
  
 -SALOME_SETUP_VERSION(9.8.0)
+ # Versioning
+ # ===========
++SALOME_SETUP_VERSION(9.8.0 DEVELOPMENT)
+ MESSAGE(STATUS "Building ${PROJECT_NAME_UC} ${${PROJECT_NAME_UC}_VERSION} from \"${${PROJECT_NAME_UC}_GIT_SHA1}\"")
  #
  # Kernel detection comes before user options to be
  # able to take previous values of global options ...