Skip to content

Commit

Permalink
Bump version to 5.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
iainrussell committed Oct 10, 2023
1 parent 64bfacc commit 41f0467
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions ACore/src/ecflow_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
#define ecflow_version_config_h

// clang-format off
#define ECFLOW_VERSION "5.11.3"
#define ECFLOW_VERSION "5.11.4"
#define ECFLOW_RELEASE "5"
#define ECFLOW_MAJOR "11"
#define ECFLOW_MINOR "3"
#define ECFLOW_MINOR "4"

// available but not used
// PROJECT_VERSION=5.11.3
// PROJECT_VERSION=5.11.4
// PROJECT_VERSION_MAJOR=5
// PROJECT_VERSION_MINOR=11
// PROJECT_VERSION_PATCH=3
// PROJECT_VERSION_PATCH=4

#endif
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ endif()
find_package( ecbuild 3.4 REQUIRED HINTS ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/../ecbuild ) # Before project()

# this will generate variables, see ACore/ecflow_version.h.in
project( ecflow LANGUAGES CXX VERSION 5.11.3 )
project( ecflow LANGUAGES CXX VERSION 5.11.4 )

set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_SOURCE_DIR}/cmake)

Expand Down
2 changes: 1 addition & 1 deletion Pyext/ecflow/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
The ecFlow python module
"""

__version__ = '5.11.3'
__version__ = '5.11.4'

# http://stackoverflow.com/questions/13040646/how-do-i-create-documentation-with-pydoc

0 comments on commit 41f0467

Please sign in to comment.