File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## unreleased
88
9+ ## 0.1.2 - 2022-07-27
10+
11+ ### Fixed
12+
13+ - Suppress a compilation warning for an unused variable in ` smolrtsp_vheader ` .
14+ - Overflow while computing an RTP timestamp.
15+
916## 0.1.1 - 2022-03-31
1017
1118### Fixed
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.1
41+ PROJECT_NUMBER = 0.1.2
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
You can’t perform that action at this time.
0 commit comments