File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff 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):
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -11,8 +11,7 @@ include(FetchContent)
1111
1212FetchContent_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
1817FetchContent_MakeAvailable(smolrtsp-libevent)
You can’t perform that action at this time.
0 commit comments