This is an automated email from the ASF dual-hosted git repository.

paleolimbot pushed a commit to branch maint-0.7.0
in repository https://gitbox.apache.org/repos/asf/arrow-nanoarrow.git

commit 40ba457ae057cb6f7fea6a990cd2dcc09d215720
Author: Dewey Dunnington <[email protected]>
AuthorDate: Thu Jun 26 09:20:49 2025 -0500

    fix release update
---
 meson.build | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meson.build b/meson.build
index c1e39839..e7306899 100644
--- a/meson.build
+++ b/meson.build
@@ -19,9 +19,9 @@ project(
     'nanoarrow',
     'c',
     'cpp',
-    version: '0.7.0'),
+    version: '0.7.0',
     license: 'Apache 2.0',
-    meson_version: '0.7.0'),
+    meson_version: '>=1.3.0',
     default_options: ['c_std=c99', 'warning_level=2', 'cpp_std=c++17'],
 )
 

Reply via email to