We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b030eba commit 819f3e8Copy full SHA for 819f3e8
2 files changed
CMakeLists.txt
@@ -1,7 +1,7 @@
1
cmake_minimum_required (VERSION 3.19)
2
3
# Declare here
4
-set (AVCPP_VERSION 2.90.1)
+set (AVCPP_VERSION 2.90.2)
5
6
if(NOT DEFINED PROJECT_NAME)
7
set(AVCPP_NOT_SUBPROJECT ON)
README.md
@@ -174,7 +174,7 @@ include(FetchContent)
174
FetchContent_Declare(
175
avcpp
176
GIT_REPOSITORY https://github.com/h4tr3d/avcpp.git
177
- GIT_TAG v2.8.0
+ GIT_TAG v2.90.2
178
)
179
FetchContent_MakeAvailable(avcpp)
180
```
0 commit comments