adamreeve commented on code in PR #41721:
URL: https://github.com/apache/arrow/pull/41721#discussion_r1608952825


##########
dev/release/utils-prepare.sh:
##########
@@ -40,6 +40,15 @@ update_versions() {
     meson.build
   rm -f meson.build.bak
   git add meson.build
+
+  glib_version_tuple="(${major_version}, 0)"
+  if [ "${type}" = "snapshot" ] && ! grep -q "${glib_version_tuple}" 
tool/generate-version-header.py; then

Review Comment:
   :+1: Yeah that's a nicer solution



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to