Skip to content

Commit 6c0b1b1

Browse files
committed
Release v0.1.1
1 parent 1033d1b commit 6c0b1b1

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## unreleased
88

9+
## 0.1.1 - 2022-03-31
10+
911
### Fixed
1012

1113
- Mark the following functions with `__attribute__((warn_unused_result))` (when available):

Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = "SmolRTSP"
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 0.1.0
41+
PROJECT_NUMBER = 0.1.1
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

examples/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ include(FetchContent)
1111

1212
FetchContent_Declare(
1313
smolrtsp-libevent
14-
GIT_REPOSITORY https://github.com/OpenIPC/smolrtsp-libevent.git
15-
GIT_TAG 27b71a0d2e2ca3c2abd869cb4244620b212ecf34
14+
URL https://github.com/OpenIPC/smolrtsp-libevent/archive/refs/tags/v0.1.0.tar.gz
1615
)
1716

1817
FetchContent_MakeAvailable(smolrtsp-libevent)

0 commit comments

Comments
 (0)