diff --git a/HISTORY.txt b/HISTORY.txt
index 5dc8e295..d09009b4 100644
--- a/HISTORY.txt
+++ b/HISTORY.txt
@@ -5,6 +5,7 @@ key: - new feature
* bug fixed
o other
+9.33 - Released 10/30/2023
- Added FromHexString() and FromBinaryString() methods to the
BitChord class, to complement the ToHexString()
and ToBinaryString() methods.
diff --git a/README.html b/README.html
index 1c3fd7e0..ba92ca36 100644
--- a/README.html
+++ b/README.html
@@ -2,7 +2,7 @@
MUSCLE: Crossbar Server, Portable Messaging and Support Classes
-9/8/2023 v9.32 jaf@meyersound.com
+10/30/2023 v9.33 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 fccc60c0..d95fac85 100644
--- a/html/Beginners Guide.html
+++ b/html/Beginners Guide.html
@@ -1,7 +1,7 @@
MUSCLE Overview and Beginner's Guide
- v9.31 / Jeremy Friesner / Meyer Sound Laboratories Inc (jaf@meyersound.com) 6/14/2023
+ v9.33 / Jeremy Friesner / Meyer Sound Laboratories Inc (jaf@meyersound.com) 10/30/2023
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 311effae..9f04cdf6 100644
--- a/html/Custom Servers.html
+++ b/html/Custom Servers.html
@@ -1,7 +1,7 @@
Implementing a Custom Server with MUSCLE
- v9.31 / Jeremy Friesner / Meyer Sound Laboratories Inc (jaf@meyersound.com) 6/14/2023
+ v9.33 / Jeremy Friesner / Meyer Sound Laboratories Inc (jaf@meyersound.com) 10/30/2023
Introduction
diff --git a/support/MuscleSupport.h b/support/MuscleSupport.h
index 0f5b33eb..7ea7fa84 100644
--- a/support/MuscleSupport.h
+++ b/support/MuscleSupport.h
@@ -11,8 +11,8 @@
/
*******************************************************************************/
-#define MUSCLE_VERSION_STRING "9.32" /**< The current version of the MUSCLE distribution, expressed as an ASCII string */
-#define MUSCLE_VERSION 93200 /**< 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.33" /**< The current version of the MUSCLE distribution, expressed as an ASCII string */
+#define MUSCLE_VERSION 93300 /**< 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