Skip to content

Commit a7bd566

Browse files
committed
ORC-2051: Fix Meson build to use ORC Format 1.1.1
### What changes were proposed in this pull request? This PR aims to fix `Meson` build to use `ORC Format` 1.1.1. ### Why are the changes needed? Since ORC 2.2.1, we has been using `ORC Format` 1.1.1 in `Java/CMake` build except `Meson` build. We should fix it to be consistent. - #2355 ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #2474 from dongjoon-hyun/ORC-2051. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
1 parent 71caf99 commit a7bd566

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subprojects/packagefiles/orc-format/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
project(
1919
'orc-format',
2020
'cpp',
21-
version: '1.1.0',
21+
version: '1.1.1',
2222
license: 'Apache-2.0',
2323
meson_version: '>=1.3.0',
2424
)

0 commit comments

Comments
 (0)