From 9aaebadfc3bf528a090892b440e963959aa0cecb Mon Sep 17 00:00:00 2001 From: Jeremy Friesner Date: Tue, 15 Oct 2024 21:58:28 -0700 Subject: [PATCH] 9.42 release --- HISTORY.txt | 1 + support/MuscleSupport.h | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/HISTORY.txt b/HISTORY.txt index 6291218a..c4982541 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -5,6 +5,7 @@ key: - new feature * bug fixed o other +9.42 - Released 10/15/2024 - Under MacOS, GetNetworkInterfaceInfos() will now populate the NetworkInterfaceInfo class's description field with the String returned by SCNetworkInterfaceGetLocalizedDisplayName(), if possible. diff --git a/support/MuscleSupport.h b/support/MuscleSupport.h index 8b049c34..7899f001 100644 --- a/support/MuscleSupport.h +++ b/support/MuscleSupport.h @@ -11,8 +11,8 @@ / *******************************************************************************/ -#define MUSCLE_VERSION_STRING "9.41" /**< The current version of the MUSCLE distribution, expressed as an ASCII string */ -#define MUSCLE_VERSION 94100 /**< Current version, expressed as decimal Mmmbb, where (M) is the number before the decimal point, (mm) is the number after the decimal point, and (bb) is reserved */ +#define MUSCLE_VERSION_STRING "9.42" /**< The current version of the MUSCLE distribution, expressed as an ASCII string */ +#define MUSCLE_VERSION 94200 /**< Current version, expressed as decimal Mmmbb, where (M) is the number before the decimal point, (mm) is the number after the decimal point, and (bb) is reserved */ #ifndef DOXYGEN_AVOID_MUSCLE_MAINPAGE_TAG