We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e099b8 commit 7584238Copy full SHA for 7584238
2 files changed
CMakeLists.txt
@@ -31,7 +31,7 @@ find_package( ecbuild 3.4 REQUIRED HINTS ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CUR
31
# Project
32
# =========================================================================================
33
34
-project( ecflow LANGUAGES CXX VERSION 5.15.2 )
+project( ecflow LANGUAGES CXX VERSION 5.16.0 )
35
#
36
# Important:
37
# The CMake project version is used, as generated CMake variables, to filter .../ecflow/core/ecflow_version.h.in
docs/conf.py
@@ -97,7 +97,7 @@
97
98
99
def get_ecflow_version():
100
- version = "5.15.2"
+ version = "5.16.0"
101
ecflow_version = version.split(".")
102
print("Extracted ecflow version '" + str(ecflow_version))
103
return ecflow_version
0 commit comments