From 7b01908018521d1eff06c97284b4ddaa9a4ff924 Mon Sep 17 00:00:00 2001 From: Evangelos Ribeiro Tzaras Date: Sat, 14 Aug 2021 21:49:16 +0200 Subject: [PATCH] meson: bump to 41.beta --- meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meson.build b/meson.build index bde7e13..8ac1d65 100644 --- a/meson.build +++ b/meson.build @@ -22,7 +22,7 @@ project( 'calls', 'c', 'vala', - version: '41.alpha', + version: '41.beta', license: 'GPLv3+', meson_version: '>= 0.49.0', default_options: [ @@ -125,4 +125,4 @@ subdir('doc') subdir('data') subdir('tests') -meson.add_install_script('build-aux/meson/postinstall.py') \ No newline at end of file +meson.add_install_script('build-aux/meson/postinstall.py')