File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.19)
22
33# Declare here
4- set (AVCPP_VERSION 2.3.1 )
4+ set (AVCPP_VERSION 2.3.2 )
55
66if (NOT DEFINED PROJECT_NAME )
77 set (AVCPP_NOT_SUBPROJECT ON )
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ if(NOT DEFINED PROJECT_NAME)
66 set (AVCPP_SAMPLES_NOT_SUBPROJECT ON )
77endif ()
88
9- project (AvCppSamples LANGUAGES CXX VERSION 2.3.1 )
9+ project (AvCppSamples LANGUAGES CXX VERSION 2.3.2 )
1010
1111if (AVCPP_SAMPLES_NOT_SUBPROJECT)
1212 find_package (avcpp REQUIRED)
Original file line number Diff line number Diff line change 11#project(
22# 'libavcpp_samples',
33# 'cpp',
4- # version: '2.3.1 '
4+ # version: '2.3.2 '
55#)
66
77#libavcpp = subproject('avcpp')
Original file line number Diff line number Diff line change 66 ' c_std=c11' ,
77 ' cpp_std=c++17'
88 ],
9- version : ' 2.3.1 ' ,
9+ version : ' 2.3.2 ' ,
1010)
1111
1212if not meson .is_subproject()
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ if meson.project_name() == ''
77 ' c_std=c11' ,
88 ' cpp_std=c++17'
99 ],
10- version : ' 2.3.1 ' ,
10+ version : ' 2.3.2 ' ,
1111 )
1212endif
1313
You can’t perform that action at this time.
0 commit comments