Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ cmake_minimum_required(VERSION 3.20 FATAL_ERROR)
# format used by CMake and then recombined to allow it to be passed to
# shumlib via a pre-processor definition
project(shumlib LANGUAGES C Fortran
VERSION 2026.01.1
VERSION 2026.07.1
DESCRIPTION "Met Office Shared Unifed Model Library"
HOMEPAGE_URL "https://github.com/MetOffice/shumlib")

Expand Down
2 changes: 1 addition & 1 deletion common/src/shumlib_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
* where "X" is the release number in month "MM" of year "YYYY"
*/
#if !defined(SHUMLIB_VERSION)
#define SHUMLIB_VERSION 2025101
#define SHUMLIB_VERSION 2026071
#endif

/* 2-stage expansion which will replace in the including code:
Expand Down
4 changes: 2 additions & 2 deletions scripts/meto_install_shumlib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
# USAGE: (Note - must be run from the toplevel Shumlib directory!)
# scripts/meto_install_shumlib.sh [azspice|ex1a]
#
# This script was used to install shumlib version 2025.10.1
# and was intended for use with the UM at UM 14.0
# This script was used to install shumlib version 2026.07.1
# and was intended for use with the UM at UM 14.2
#

set -eu
Expand Down
Loading