Skip to content

Commit 708b868

Browse files
committed
version: update to 5.0.1
Signed-off-by: Jan Kraemer <jan.kraemer@vector.com>
1 parent b2ad02f commit 708b868

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
libsilkit (5.0.1-1ubuntu1) UNRELEASED; urgency=medium
2+
3+
* Fix building SIL Kit from source
4+
5+
-- Jan Kraemer <jan.kraemer@vector.com> Wed, 06 Aug 2025 15:30:00 +0200
6+
17
libsilkit (5.0.0-1ubuntu1) stable; urgency=medium
28
* API: added new SilKit_ParticipantConfiguration_ToJson function which
39
exports the complete parsed and validated participant configuration as a

rpm/libsilkit5.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
%define version_major 5
22
%define version_minor 0
3-
%define version_patch 0
3+
%define version_patch 1
44
%define version_suffix %{nil}
55

66

@@ -90,6 +90,9 @@ install -p -D -m 0644 %{SOURCE1} %{buildroot}/%{_unitdir}/
9090

9191
%changelog
9292

93+
* Wed Aug 06 2025 Jan Kraemer <jan.kraemer@vector.com> - 5.0.1
94+
- Fix building SIL Kit from source
95+
9396
* Thu Jul 17 2025 Jan Kraemer <jan.kraemer@vector.com> - 5.0.0
9497
- API: added new SilKit_ParticipantConfiguration_ToJson function which exports
9598
the complete parsed and validated participant configuration as a JSON string.

0 commit comments

Comments
 (0)