Skip to content

Commit

Permalink
Updated release version and notes for 4.29.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
di-shi committed Nov 15, 2024
1 parent 1281759 commit beb7020
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions RELNOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion include/osp/osplibversion.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

0 comments on commit beb7020

Please sign in to comment.