diff --git a/meson.build b/meson.build index 6691e0b..eb488bf 100644 --- a/meson.build +++ b/meson.build @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # # *********************************************************************** # -project('libcomposition', 'cpp', version: 'v1.5.1', default_options: ['cpp_std=c++23'], meson_version: '>=1.5.0') +project('libcomposition', 'cpp', version: 'v1.5.2', default_options: ['cpp_std=c++23'], meson_version: '>=1.5.0') # Add default visibility for all C++ targets add_project_arguments('-fvisibility=default', language: 'cpp') @@ -44,4 +44,4 @@ if get_option('pkg-config') filebase: 'fourdst_composition', install_dir: join_paths(get_option('libdir'), 'pkgconfig') ) -endif \ No newline at end of file +endif