Skip to content

Commit 1faa2ed

Browse files
committed
Version 0.2.5
1 parent 9963ad9 commit 1faa2ed

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

docs/sphinx/development/changelog.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,20 @@ Changelog
2020
Tests
2121
Documentation
2222
23+
Version 0.2.5 (Jul 28, 2023)
24+
============================
25+
26+
Bug fixes
27+
---------
28+
29+
* fix byte order conversion
30+
31+
Build system
32+
------------
33+
34+
* fix compiler type detection when compiler is specified via ``CC`` or ``CXX`` variable
35+
* export symbols of dependencies built by ``--build-3rdparty`` when building static library (``libroc.a``), to avoid linker errors when using it
36+
2337
Version 0.2.4 (May 13, 2023)
2438
============================
2539

rpm/roc-toolkit.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%undefine _disable_source_fetch
22

33
Name: roc-toolkit
4-
Version: 0.2.4
4+
Version: 0.2.5
55
Release: 1%{?dist}
66
Summary: Real-time audio streaming over the network
77
License: MPL-2.0 AND CECILL-C AND BSD

src/public_api/include/roc/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ extern "C" {
3030

3131
/** Patch version component.
3232
*/
33-
#define ROC_VERSION_PATCH 4
33+
#define ROC_VERSION_PATCH 5
3434

3535
/** Version components.
3636
*/

0 commit comments

Comments
 (0)