From beb7020804e97386d2701658a81faf3825d5893a Mon Sep 17 00:00:00 2001 From: Di-Shi Sun Date: Fri, 15 Nov 2024 11:11:58 -0500 Subject: [PATCH] Updated release version and notes for 4.29.1. --- RELNOTES.txt | 4 ++++ include/osp/osplibversion.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/RELNOTES.txt b/RELNOTES.txt index 069421d..6256fbb 100644 --- a/RELNOTES.txt +++ b/RELNOTES.txt @@ -801,3 +801,7 @@ Version 4.28.0 - 2024-07-08 Version 4.29.0 - 2024-07-23 * Updated to support setting OSPC_DEFAULT_BLOCKING_FLAG. * Added separated connect timeout. + +Version 4.29.1 - 2024-11-15 +* Fixed compiler warning messages. +* Fixed multiple definition of OSPVBlockingFlag. diff --git a/include/osp/osplibversion.h b/include/osp/osplibversion.h index 7c59a1d..b226316 100644 --- a/include/osp/osplibversion.h +++ b/include/osp/osplibversion.h @@ -21,6 +21,6 @@ #define OSP_CLIENT_TOOLKIT_VERSION_MAJOR 4 #define OSP_CLIENT_TOOLKIT_VERSION_MINOR 29 -#define OSP_CLIENT_TOOLKIT_VERSION_BUGFIX 0 +#define OSP_CLIENT_TOOLKIT_VERSION_BUGFIX 1 #endif /* _OSPLIBVERSION_H */