diff --git a/HISTORY.txt b/HISTORY.txt index 263991ed..675fe5fe 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -5,7 +5,7 @@ key: - new feature * bug fixed o other -9.50 - +9.50 - Released 12/31/2024 - Added the IncrementalHashCalculator class and related utility functions, in util/IncrementalHashCalculator.{cpp,h}. - Added an optional (withSpaces) argument to the HexBytesToString() diff --git a/README.html b/README.html index 1bebfe8e..85128b7a 100644 --- a/README.html +++ b/README.html @@ -2,7 +2,7 @@

MUSCLE: Crossbar Server, Portable Messaging and Support Classes

-12/16/2024 v9.50 jaf@meyersound.com

+12/31/2024 v9.50 jaf@meyersound.com

Jeremy Friesner / Meyer Sound Laboratories Inc.

Win32 compatibility contributions by Vitaliy Mikitchenko

C# client code by Wilson Yeung

diff --git a/html/Beginners Guide.html b/html/Beginners Guide.html index 78534e14..515436cc 100644 --- a/html/Beginners Guide.html +++ b/html/Beginners Guide.html @@ -1,7 +1,7 @@

MUSCLE Overview and Beginner's Guide

-

v9.50 / Jeremy Friesner / Meyer Sound Laboratories Inc (jaf@meyersound.com) 12/16/2024

+

v9.50 / Jeremy Friesner / Meyer Sound Laboratories Inc (jaf@meyersound.com) 12/31/2024

Click here for DOxygen class API documentation

Click here for the MUSCLE-by-example tour diff --git a/html/Custom Servers.html b/html/Custom Servers.html index d7e7c355..c116f835 100644 --- a/html/Custom Servers.html +++ b/html/Custom Servers.html @@ -1,7 +1,7 @@

Implementing a Custom Server with MUSCLE

-

v9.50 / Jeremy Friesner / Meyer Sound Laboratories Inc (jaf@meyersound.com) 12/16/2024

+

v9.50 / Jeremy Friesner / Meyer Sound Laboratories Inc (jaf@meyersound.com) 12/31/2024

Introduction