Skip to content

Commit

Permalink
-- release: update changelog and bump version to 4.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
KonradBkd committed Jan 23, 2023
1 parent b17ba26 commit 3d0e330
Show file tree
Hide file tree
Showing 2 changed files with 6 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 14)
set(SILKIT_VERSION_PATCH 15)
set(SILKIT_BUILD_NUMBER 0 CACHE STRING "The build number")
set(SILKIT_VERSION_SUFFIX "")

Expand Down
6 changes: 5 additions & 1 deletion docs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ 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.15] - UNRELEASED
[4.0.15] - 2023-01-23
---------------------

Changed
Expand All @@ -21,6 +21,10 @@ Changed
This argument is _not_ shown in the command line usage information available via ``--help``.
This command line flag may be removed in the future.

- Docs: Add registry requirement to demos documentation.

- CMake: The minimum required CMake version has been bumped to 3.10


[4.0.14] - 2023-01-10
---------------------
Expand Down

0 comments on commit 3d0e330

Please sign in to comment.