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


##########
c_glib/arrow-glib/version.h.in:
##########
@@ -108,6 +108,15 @@
 #  define GARROW_UNAVAILABLE(major, minor) G_UNAVAILABLE(major, minor)
 #endif
 
+/**
+ * GARROW_VERSION_17_0:
+ *
+ * You can use this macro value for compile time API version check.
+ *
+ * Since: 17.0.0
+ */
+#define GARROW_VERSION_17_0 G_ENCODE_VERSION(17, 0)

Review Comment:
   This will conflict with #41721



-- 
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