Skip to content

Commit b86f92d

Browse files
KonradBreitsprecherBkdGitHub Enterprise
authored andcommitted
-- release: update changelog and bump version to 4.0.44 (#747)
1 parent b4a6e8c commit b86f92d

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

SilKit/cmake/SilKitVersion.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
macro(configure_silkit_version project_name)
2828
set(SILKIT_VERSION_MAJOR 4)
2929
set(SILKIT_VERSION_MINOR 0)
30-
set(SILKIT_VERSION_PATCH 43)
30+
set(SILKIT_VERSION_PATCH 44)
3131
set(SILKIT_BUILD_NUMBER 0 CACHE STRING "The build number")
3232
set(SILKIT_VERSION_SUFFIX "")
3333

docs/CHANGELOG.rst

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

99

10-
[4.0.44] - UNRELEASED
10+
[4.0.44] - 2024-01-22
1111
---------------------
1212

1313
Fixed
1414
~~~~~
1515

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

18+
Added
19+
~~~~~
20+
21+
- Links to related SIL Kit projects in documentation and github Readme
22+
1823

1924
[4.0.43] - 2023-12-12
2025
---------------------

0 commit comments

Comments
 (0)