Skip to content

Commit fdf5b3f

Browse files
committed
Bump version 3.0.1
1 parent a9f40a5 commit fdf5b3f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required (VERSION 3.19)
22

33
# Declare here
4-
set (AVCPP_VERSION 3.0.0)
4+
set (AVCPP_VERSION 3.0.1)
55

66
if(NOT DEFINED PROJECT_NAME)
77
set(AVCPP_NOT_SUBPROJECT ON)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ include(FetchContent)
174174
FetchContent_Declare(
175175
avcpp
176176
GIT_REPOSITORY https://github.com/h4tr3d/avcpp.git
177-
GIT_TAG v2.90.2
177+
GIT_TAG v3.0.1
178178
)
179179
FetchContent_MakeAvailable(avcpp)
180180
```

0 commit comments

Comments
 (0)