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

dongjoon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/orc.git


The following commit(s) were added to refs/heads/main by this push:
     new 15fbd95db ORC-2054: Fix `Meson` build version string to 
`2.3.0-SNAPSHOT`
15fbd95db is described below

commit 15fbd95db622af356e4d3837b43cef107b29a5b5
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Sun Jan 4 11:15:27 2026 +0900

    ORC-2054: Fix `Meson` build version string to `2.3.0-SNAPSHOT`
    
    ### What changes were proposed in this pull request?
    
    This PR aims to fix `Meson` build version string to `2.3.0-SNAPSHOT`.
    
    ### Why are the changes needed?
    
    `main` branch is `2.3.0-SNAPSHOT`.
    - #2322
    
    ### How was this patch tested?
    
    Pass the CIs.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No.
    
    Closes #2477 from dongjoon-hyun/ORC-2054.
    
    Authored-by: Dongjoon Hyun <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meson.build b/meson.build
index db23c300a..152909060 100644
--- a/meson.build
+++ b/meson.build
@@ -18,7 +18,7 @@
 project(
     'orc',
     'cpp',
-    version: '2.2.0-SNAPSHOT',
+    version: '2.3.0-SNAPSHOT',
     license: 'Apache-2.0',
     meson_version: '>=1.3.0',
     default_options: [

Reply via email to