We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9be450e commit 767b88eCopy full SHA for 767b88e
2 files changed
rpm/roc-toolkit.spec
@@ -1,7 +1,7 @@
1
%undefine _disable_source_fetch
2
3
Name: roc-toolkit
4
-Version: 0.2.2
+Version: 0.2.3
5
Release: 1%{?dist}
6
Summary: Real-time audio streaming over the network
7
License: MPL-2.0 AND CECILL-C AND BSD
src/public_api/include/roc/version.h
@@ -30,7 +30,7 @@ extern "C" {
30
31
/** Patch version component.
32
*/
33
-#define ROC_VERSION_PATCH 2
+#define ROC_VERSION_PATCH 3
34
35
/** Version components.
36
0 commit comments