File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
cmake_minimum_required (VERSION 3.19)
2
2
3
3
# Declare here
4
- set (AVCPP_VERSION 2.3.2 )
4
+ set (AVCPP_VERSION 2.4.0 )
5
5
6
6
if (NOT DEFINED PROJECT_NAME )
7
7
set (AVCPP_NOT_SUBPROJECT ON )
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ if(NOT DEFINED PROJECT_NAME)
6
6
set (AVCPP_SAMPLES_NOT_SUBPROJECT ON )
7
7
endif ()
8
8
9
- project (AvCppSamples LANGUAGES CXX VERSION 2.3.2 )
9
+ project (AvCppSamples LANGUAGES CXX VERSION 2.4.0 )
10
10
11
11
if (AVCPP_SAMPLES_NOT_SUBPROJECT)
12
12
find_package (avcpp REQUIRED)
Original file line number Diff line number Diff line change 1
1
#project(
2
2
# 'libavcpp_samples',
3
3
# 'cpp',
4
- # version: '2.3.2 '
4
+ # version: '2.4.0 '
5
5
#)
6
6
7
7
#libavcpp = subproject('avcpp')
Original file line number Diff line number Diff line change 6
6
' c_std=c11' ,
7
7
' cpp_std=c++17'
8
8
],
9
- version : ' 2.3.2 ' ,
9
+ version : ' 2.4.0 ' ,
10
10
)
11
11
12
12
if not meson .is_subproject()
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ if meson.project_name() == ''
7
7
' c_std=c11' ,
8
8
' cpp_std=c++17'
9
9
],
10
- version : ' 2.3.2 ' ,
10
+ version : ' 2.4.0 ' ,
11
11
)
12
12
endif
13
13
You can’t perform that action at this time.
0 commit comments