Skip to content

Commit e11abcf

Browse files
KonradBreitsprecherBkdGitHub Enterprise
authored andcommitted
-- release: update changelog and bump version to 4.0.31 (#645)
1 parent bf47b40 commit e11abcf

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-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 30)
30+
set(SILKIT_VERSION_PATCH 31)
3131
set(SILKIT_BUILD_NUMBER 0 CACHE STRING "The build number")
3232
set(SILKIT_VERSION_SUFFIX "")
3333

docs/CHANGELOG.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ 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.31] - UNRELEASED
10+
[4.0.31] - 2023-07-10
1111
---------------------
1212

1313
Added
@@ -31,6 +31,7 @@ Changed
3131
~~~~~~~
3232

3333
- CreateLifecycleService with OperationMode::Invalid now throws a ConfigurationError
34+
- Improved documentation on how to run demos in asynchronous mode
3435

3536

3637
[4.0.30] - 2023-06-26

0 commit comments

Comments
 (0)