We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9f40a5 commit fdf5b3fCopy full SHA for fdf5b3f
2 files changed
CMakeLists.txt
@@ -1,7 +1,7 @@
1
cmake_minimum_required (VERSION 3.19)
2
3
# Declare here
4
-set (AVCPP_VERSION 3.0.0)
+set (AVCPP_VERSION 3.0.1)
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.90.2
+ GIT_TAG v3.0.1
178
)
179
FetchContent_MakeAvailable(avcpp)
180
```
0 commit comments