Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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 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