Skip to content

Commit bdf90c5

Browse files
committed
Release: update version to 2.1.0-incubating
Update the release version from 2.0.0-incubating to 2.1.0-incubating in the following files: * configure.ac * configure (regenerated by autoconf 2.69) * pom.xml
1 parent 5871c42 commit bdf90c5

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

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.
3+
# Generated by GNU Autoconf 2.69 for Apache Cloudberry 2.1.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'
586-
PACKAGE_STRING='Apache Cloudberry 2.0.0-incubating'
585+
PACKAGE_VERSION='2.1.0-incubating'
586+
PACKAGE_STRING='Apache Cloudberry 2.1.0-incubating'
587587
PACKAGE_BUGREPORT='dev@cloudberry.apache.org'
588588
PACKAGE_URL='https://cloudberry.apache.org/'
589589

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

15421542
Usage: $0 [OPTION]... [VAR=VALUE]...
15431543

@@ -1604,7 +1604,7 @@ fi
16041604

16051605
if test -n "$ac_init_help"; then
16061606
case $ac_init_help in
1607-
short | recursive ) echo "Configuration of Apache Cloudberry 2.0.0-incubating:";;
1607+
short | recursive ) echo "Configuration of Apache Cloudberry 2.1.0-incubating:";;
16081608
esac
16091609
cat <<\_ACEOF
16101610

@@ -1816,7 +1816,7 @@ fi
18161816
test -n "$ac_init_help" && exit $ac_status
18171817
if $ac_init_version; then
18181818
cat <<\_ACEOF
1819-
Apache Cloudberry configure 2.0.0-incubating
1819+
Apache Cloudberry configure 2.1.0-incubating
18201820
generated by GNU Autoconf 2.69
18211821

18221822
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2569,7 +2569,7 @@ cat >config.log <<_ACEOF
25692569
This file contains any messages produced by compilers while
25702570
running configure, to aid debugging if configure makes a mistake.
25712571

2572-
It was created by Apache Cloudberry $as_me 2.0.0-incubating, which was
2572+
It was created by Apache Cloudberry $as_me 2.1.0-incubating, which was
25732573
generated by GNU Autoconf 2.69. Invocation command line was
25742574

25752575
$ $0 $@
@@ -23889,7 +23889,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2388923889
# report actual input values of CONFIG_FILES etc. instead of their
2389023890
# values after options handling.
2389123891
ac_log="
23892-
This file was extended by Apache Cloudberry $as_me 2.0.0-incubating, which was
23892+
This file was extended by Apache Cloudberry $as_me 2.1.0-incubating, which was
2389323893
generated by GNU Autoconf 2.69. Invocation command line was
2389423894

2389523895
CONFIG_FILES = $CONFIG_FILES
@@ -23960,7 +23960,7 @@ _ACEOF
2396023960
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2396123961
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
2396223962
ac_cs_version="\\
23963-
Apache Cloudberry config.status 2.0.0-incubating
23963+
Apache Cloudberry config.status 2.1.0-incubating
2396423964
configured by $0, generated by GNU Autoconf 2.69,
2396523965
with options \\"\$ac_cs_config\\"
2396623966

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], [dev@cloudberry.apache.org], [], [https://cloudberry.apache.org/])
23+
AC_INIT([Apache Cloudberry], [2.1.0-incubating], [dev@cloudberry.apache.org], [], [https://cloudberry.apache.org/])
2424
[PG_PACKAGE_VERSION=14.4]
2525
AC_SUBST(PG_PACKAGE_VERSION)
2626

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ code or new licensing patterns.
3737
<modelVersion>4.0.0</modelVersion>
3838
<groupId>org.apache.cloudberry</groupId>
3939
<artifactId>apache-cloudberry-incubating</artifactId>
40-
<version>2.0.0-incubating</version>
40+
<version>2.1.0-incubating</version>
4141
<packaging>pom</packaging>
4242

4343
<build>

0 commit comments

Comments
 (0)