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

espino pushed a commit to branch REL_2_STABLE
in repository https://gitbox.apache.org/repos/asf/cloudberry.git

commit 61e35f387e169551ad29b3bc11708a5a8aee0f69
Author: Ed Espino <[email protected]>
AuthorDate: Fri Jun 27 12:13:39 2025 -0700

    Update version string from 2.0.0-incubating-rc1 to 2.0.0-incubating
    
    Replace all instances of the RC tag in configure and configure.ac to reflect
    the final release version 2.0.0-incubating. This includes PACKAGE_VERSION,
    PACKAGE_STRING, and AC_INIT declarations, as well as embedded textual
    references used in --help and version output messages.
    
    Regenerated 'configure' using autoconf 2.69 to maintain consistency with the
    expected ASF toolchain.
    
    No functional changes to configuration behavior.
---
 configure    | 18 +++++++++---------
 configure.ac |  2 +-
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/configure b/configure
index 8c6fc9acc89..3124f02b03f 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for Apache Cloudberry 2.0.0-incubating-rc1.
+# Generated by GNU Autoconf 2.69 for Apache Cloudberry 2.0.0-incubating.
 #
 # Report bugs to <[email protected]>.
 #
@@ -582,8 +582,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='Apache Cloudberry'
 PACKAGE_TARNAME='apache-cloudberry'
-PACKAGE_VERSION='2.0.0-incubating-rc1'
-PACKAGE_STRING='Apache Cloudberry 2.0.0-incubating-rc1'
+PACKAGE_VERSION='2.0.0-incubating'
+PACKAGE_STRING='Apache Cloudberry 2.0.0-incubating'
 PACKAGE_BUGREPORT='[email protected]'
 PACKAGE_URL='https://cloudberry.apache.org/'
 
@@ -1529,7 +1529,7 @@ if test "$ac_init_help" = "long"; then
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures Apache Cloudberry 2.0.0-incubating-rc1 to adapt to 
many kinds of systems.
+\`configure' configures Apache Cloudberry 2.0.0-incubating to adapt to many 
kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1596,7 +1596,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of Apache Cloudberry 
2.0.0-incubating-rc1:";;
+     short | recursive ) echo "Configuration of Apache Cloudberry 
2.0.0-incubating:";;
    esac
   cat <<\_ACEOF
 
@@ -1803,7 +1803,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-Apache Cloudberry configure 2.0.0-incubating-rc1
+Apache Cloudberry configure 2.0.0-incubating
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2556,7 +2556,7 @@ cat >config.log <<_ACEOF
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by Apache Cloudberry $as_me 2.0.0-incubating-rc1, which was
+It was created by Apache Cloudberry $as_me 2.0.0-incubating, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -23689,7 +23689,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by Apache Cloudberry $as_me 2.0.0-incubating-rc1, which 
was
+This file was extended by Apache Cloudberry $as_me 2.0.0-incubating, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -23760,7 +23760,7 @@ _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-Apache Cloudberry config.status 2.0.0-incubating-rc1
+Apache Cloudberry config.status 2.0.0-incubating
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
diff --git a/configure.ac b/configure.ac
index 4892ab89f3e..3b1000a3fee 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,7 @@ m4_pattern_forbid(^PGAC_)dnl to catch undefined macros
 dnl The PACKAGE_VERSION from upstream PostgreSQL is maintained in the
 dnl PG_PACKAGE_VERSION variable, when merging make sure to update this
 dnl variable with the merge conflict from the AC_INIT() statement.
-AC_INIT([Apache Cloudberry], [2.0.0-incubating-rc1], 
[[email protected]], [], [https://cloudberry.apache.org/])
+AC_INIT([Apache Cloudberry], [2.0.0-incubating], [[email protected]], 
[], [https://cloudberry.apache.org/])
 [PG_PACKAGE_VERSION=14.4]
 AC_SUBST(PG_PACKAGE_VERSION)
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to