Skip to content

Commit

Permalink
Bump version to 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
h4tr3d committed May 18, 2024
1 parent 4aa25fb commit 5e167a4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required (VERSION 3.19)

# Declare here
set (AVCPP_VERSION 2.3.2)
set (AVCPP_VERSION 2.4.0)

if(NOT DEFINED PROJECT_NAME)
set(AVCPP_NOT_SUBPROJECT ON)
Expand Down
2 changes: 1 addition & 1 deletion example/api2-samples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if(NOT DEFINED PROJECT_NAME)
set(AVCPP_SAMPLES_NOT_SUBPROJECT ON)
endif()

project(AvCppSamples LANGUAGES CXX VERSION 2.3.2)
project(AvCppSamples LANGUAGES CXX VERSION 2.4.0)

if(AVCPP_SAMPLES_NOT_SUBPROJECT)
find_package(avcpp REQUIRED)
Expand Down
2 changes: 1 addition & 1 deletion example/api2-samples/meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#project(
# 'libavcpp_samples',
# 'cpp',
# version: '2.3.2'
# version: '2.4.0'
#)

#libavcpp = subproject('avcpp')
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ project(
'c_std=c11',
'cpp_std=c++17'
],
version: '2.3.2',
version: '2.4.0',
)

if not meson.is_subproject()
Expand Down
2 changes: 1 addition & 1 deletion src/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if meson.project_name() == ''
'c_std=c11',
'cpp_std=c++17'
],
version: '2.3.2',
version: '2.4.0',
)
endif

Expand Down

0 comments on commit 5e167a4

Please sign in to comment.