Skip to content

Commit 7584238

Browse files
committed
Update version to 5.16.0
1 parent 6e099b8 commit 7584238

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ find_package( ecbuild 3.4 REQUIRED HINTS ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CUR
3131
# Project
3232
# =========================================================================================
3333

34-
project( ecflow LANGUAGES CXX VERSION 5.15.2 )
34+
project( ecflow LANGUAGES CXX VERSION 5.16.0 )
3535
#
3636
# Important:
3737
# The CMake project version is used, as generated CMake variables, to filter .../ecflow/core/ecflow_version.h.in

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797

9898

9999
def get_ecflow_version():
100-
version = "5.15.2"
100+
version = "5.16.0"
101101
ecflow_version = version.split(".")
102102
print("Extracted ecflow version '" + str(ecflow_version))
103103
return ecflow_version

0 commit comments

Comments
 (0)