Skip to content

Commit 61e35f3

Browse files
committed
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.
1 parent 8565317 commit 61e35f3

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

configure

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.69 for Apache Cloudberry 2.0.0-incubating-rc1.
3+
# Generated by GNU Autoconf 2.69 for Apache Cloudberry 2.0.0-incubating.
44
#
55
# Report bugs to <dev@cloudberry.apache.org>.
66
#
@@ -582,8 +582,8 @@ MAKEFLAGS=
582582
# Identity of this package.
583583
PACKAGE_NAME='Apache Cloudberry'
584584
PACKAGE_TARNAME='apache-cloudberry'
585-
PACKAGE_VERSION='2.0.0-incubating-rc1'
586-
PACKAGE_STRING='Apache Cloudberry 2.0.0-incubating-rc1'
585+
PACKAGE_VERSION='2.0.0-incubating'
586+
PACKAGE_STRING='Apache Cloudberry 2.0.0-incubating'
587587
PACKAGE_BUGREPORT='dev@cloudberry.apache.org'
588588
PACKAGE_URL='https://cloudberry.apache.org/'
589589

@@ -1529,7 +1529,7 @@ if test "$ac_init_help" = "long"; then
15291529
# Omit some internal or obsolete options to make the list less imposing.
15301530
# This message is too long to be a string in the A/UX 3.1 sh.
15311531
cat <<_ACEOF
1532-
\`configure' configures Apache Cloudberry 2.0.0-incubating-rc1 to adapt to many kinds of systems.
1532+
\`configure' configures Apache Cloudberry 2.0.0-incubating to adapt to many kinds of systems.
15331533

15341534
Usage: $0 [OPTION]... [VAR=VALUE]...
15351535

@@ -1596,7 +1596,7 @@ fi
15961596

15971597
if test -n "$ac_init_help"; then
15981598
case $ac_init_help in
1599-
short | recursive ) echo "Configuration of Apache Cloudberry 2.0.0-incubating-rc1:";;
1599+
short | recursive ) echo "Configuration of Apache Cloudberry 2.0.0-incubating:";;
16001600
esac
16011601
cat <<\_ACEOF
16021602

@@ -1803,7 +1803,7 @@ fi
18031803
test -n "$ac_init_help" && exit $ac_status
18041804
if $ac_init_version; then
18051805
cat <<\_ACEOF
1806-
Apache Cloudberry configure 2.0.0-incubating-rc1
1806+
Apache Cloudberry configure 2.0.0-incubating
18071807
generated by GNU Autoconf 2.69
18081808

18091809
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2556,7 +2556,7 @@ cat >config.log <<_ACEOF
25562556
This file contains any messages produced by compilers while
25572557
running configure, to aid debugging if configure makes a mistake.
25582558

2559-
It was created by Apache Cloudberry $as_me 2.0.0-incubating-rc1, which was
2559+
It was created by Apache Cloudberry $as_me 2.0.0-incubating, which was
25602560
generated by GNU Autoconf 2.69. Invocation command line was
25612561

25622562
$ $0 $@
@@ -23689,7 +23689,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2368923689
# report actual input values of CONFIG_FILES etc. instead of their
2369023690
# values after options handling.
2369123691
ac_log="
23692-
This file was extended by Apache Cloudberry $as_me 2.0.0-incubating-rc1, which was
23692+
This file was extended by Apache Cloudberry $as_me 2.0.0-incubating, which was
2369323693
generated by GNU Autoconf 2.69. Invocation command line was
2369423694

2369523695
CONFIG_FILES = $CONFIG_FILES
@@ -23760,7 +23760,7 @@ _ACEOF
2376023760
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2376123761
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
2376223762
ac_cs_version="\\
23763-
Apache Cloudberry config.status 2.0.0-incubating-rc1
23763+
Apache Cloudberry config.status 2.0.0-incubating
2376423764
configured by $0, generated by GNU Autoconf 2.69,
2376523765
with options \\"\$ac_cs_config\\"
2376623766

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ m4_pattern_forbid(^PGAC_)dnl to catch undefined macros
2020
dnl The PACKAGE_VERSION from upstream PostgreSQL is maintained in the
2121
dnl PG_PACKAGE_VERSION variable, when merging make sure to update this
2222
dnl variable with the merge conflict from the AC_INIT() statement.
23-
AC_INIT([Apache Cloudberry], [2.0.0-incubating-rc1], [dev@cloudberry.apache.org], [], [https://cloudberry.apache.org/])
23+
AC_INIT([Apache Cloudberry], [2.0.0-incubating], [dev@cloudberry.apache.org], [], [https://cloudberry.apache.org/])
2424
[PG_PACKAGE_VERSION=14.4]
2525
AC_SUBST(PG_PACKAGE_VERSION)
2626

0 commit comments

Comments
 (0)