Skip to content

Commit 819f3e8

Browse files
committed
Bump version 2.90.2
1 parent b030eba commit 819f3e8

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 2.90.1)
4+
set (AVCPP_VERSION 2.90.2)
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.8.0
177+
GIT_TAG v2.90.2
178178
)
179179
FetchContent_MakeAvailable(avcpp)
180180
```

0 commit comments

Comments
 (0)