Skip to content

Commit

Permalink
-- release: update changelog and bump version to 4.0.44 (#747)
Browse files Browse the repository at this point in the history
  • Loading branch information
KonradBkd authored and GitHub Enterprise committed Jan 22, 2024
1 parent b4a6e8c commit b86f92d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SilKit/cmake/SilKitVersion.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
macro(configure_silkit_version project_name)
set(SILKIT_VERSION_MAJOR 4)
set(SILKIT_VERSION_MINOR 0)
set(SILKIT_VERSION_PATCH 43)
set(SILKIT_VERSION_PATCH 44)
set(SILKIT_BUILD_NUMBER 0 CACHE STRING "The build number")
set(SILKIT_VERSION_SUFFIX "")

Expand Down
7 changes: 6 additions & 1 deletion docs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,19 @@ All notable changes to the Vector SIL Kit project shall be documented in this fi
The format is based on `Keep a Changelog (http://keepachangelog.com/en/1.0.0/) <http://keepachangelog.com/en/1.0.0/>`_.


[4.0.44] - UNRELEASED
[4.0.44] - 2024-01-22
---------------------

Fixed
~~~~~

- Changing the TCP send and receive buffer size failed on Windows

Added
~~~~~

- Links to related SIL Kit projects in documentation and github Readme


[4.0.43] - 2023-12-12
---------------------
Expand Down

0 comments on commit b86f92d

Please sign in to comment.