Skip to content

Commit 0aa97af

Browse files
committed
Update config.h for arrow
Yes ARROW_FULL_SO_VERSION/ARROW_SO_VERSION is empty right now, like other version variables (ARROW_VERSION_*) Refs: #12181
1 parent a645759 commit 0aa97af

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

  • contrib/arrow-cmake/cpp/src/arrow/util

contrib/arrow-cmake/cpp/src/arrow/util/config.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,7 @@
2020
#define ARROW_VERSION_PATCH
2121
#define ARROW_VERSION ((ARROW_VERSION_MAJOR * 1000) + ARROW_VERSION_MINOR) * 1000 + ARROW_VERSION_PATCH
2222

23-
/* #undef DOUBLE_CONVERSION_HAS_CASE_INSENSIBILITY */
23+
#define ARROW_SO_VERSION ""
24+
#define ARROW_FULL_SO_VERSION ""
25+
2426
/* #undef GRPCPP_PP_INCLUDE */

0 commit comments

Comments
 (0)