Skip to content

Commit

Permalink
Version 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
gavv committed Jul 28, 2023
1 parent 9963ad9 commit 1faa2ed
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions docs/sphinx/development/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,20 @@ Changelog
Tests
Documentation
Version 0.2.5 (Jul 28, 2023)
============================

Bug fixes
---------

* fix byte order conversion

Build system
------------

* fix compiler type detection when compiler is specified via ``CC`` or ``CXX`` variable
* export symbols of dependencies built by ``--build-3rdparty`` when building static library (``libroc.a``), to avoid linker errors when using it

Version 0.2.4 (May 13, 2023)
============================

Expand Down
2 changes: 1 addition & 1 deletion rpm/roc-toolkit.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%undefine _disable_source_fetch

Name: roc-toolkit
Version: 0.2.4
Version: 0.2.5
Release: 1%{?dist}
Summary: Real-time audio streaming over the network
License: MPL-2.0 AND CECILL-C AND BSD
Expand Down
2 changes: 1 addition & 1 deletion src/public_api/include/roc/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ extern "C" {

/** Patch version component.
*/
#define ROC_VERSION_PATCH 4
#define ROC_VERSION_PATCH 5

/** Version components.
*/
Expand Down

0 comments on commit 1faa2ed

Please sign in to comment.