Salome HOME
Fix for #19722 - Field with string : impossible to save. Make strings-fields exported...
[modules/shaper.git] / CMakeLists.txt
index 1b7e24ed3227ac9502f5785083b7225102043984..cfee8962aadb2053f643a048a0b13f2c11045d00 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2014-2019  CEA/DEN, EDF R&D
+# Copyright (C) 2014-2020  CEA/DEN, EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -26,7 +26,7 @@ IF(WIN32)
   CMAKE_POLICY(SET CMP0020 OLD) # disable automatic linking to qtmain.lib
 ENDIF(WIN32)
 
-SET (SHAPER_Version 9.4.0)
+SET (SHAPER_Version 9.5.0)
 
 SET(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/CMakeCommon" ${CMAKE_MODULE_PATH})