Skip to content

Commit

Permalink
Release v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hirrolot committed Mar 30, 2022
1 parent 1033d1b commit 6c0b1b1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## unreleased

## 0.1.1 - 2022-03-31

### Fixed

- Mark the following functions with `__attribute__((warn_unused_result))` (when available):
Expand Down
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "SmolRTSP"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 0.1.0
PROJECT_NUMBER = 0.1.1

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
3 changes: 1 addition & 2 deletions examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ include(FetchContent)

FetchContent_Declare(
smolrtsp-libevent
GIT_REPOSITORY https://github.com/OpenIPC/smolrtsp-libevent.git
GIT_TAG 27b71a0d2e2ca3c2abd869cb4244620b212ecf34
URL https://github.com/OpenIPC/smolrtsp-libevent/archive/refs/tags/v0.1.0.tar.gz
)

FetchContent_MakeAvailable(smolrtsp-libevent)
Expand Down

0 comments on commit 6c0b1b1

Please sign in to comment.