提交 fc334589 编写于 作者: O Oliver Albertini 提交者: Oliver Albertini

Bump version to 6.0.0-beta

Co-authored-by: NOliver Albertini <oalbertini@pivotal.io>
Co-authored-by: NKris Macoskey <kmacoskey@pivotal.io>
Co-authored-by: NAmil Khanzada <akhanzada@pivotal.io>
上级 d41f8be1
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for Greenplum Database 6.0.0-alpha.0.
# Generated by GNU Autoconf 2.69 for Greenplum Database 6.0.0-beta.1.
#
# Report bugs to <support@greenplum.org>.
#
......@@ -582,8 +582,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='Greenplum Database'
PACKAGE_TARNAME='greenplum-database'
PACKAGE_VERSION='6.0.0-alpha.0'
PACKAGE_STRING='Greenplum Database 6.0.0-alpha.0'
PACKAGE_VERSION='6.0.0-beta.1'
PACKAGE_STRING='Greenplum Database 6.0.0-beta.1'
PACKAGE_BUGREPORT='support@greenplum.org'
PACKAGE_URL=''
......@@ -1453,7 +1453,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 Greenplum Database 6.0.0-alpha.0 to adapt to many kinds of systems.
\`configure' configures Greenplum Database 6.0.0-beta.1 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
......@@ -1519,7 +1519,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of Greenplum Database 6.0.0-alpha.0:";;
short | recursive ) echo "Configuration of Greenplum Database 6.0.0-beta.1:";;
esac
cat <<\_ACEOF
......@@ -1688,7 +1688,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
Greenplum Database configure 6.0.0-alpha.0
Greenplum Database configure 6.0.0-beta.1
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
......@@ -2653,7 +2653,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 Greenplum Database $as_me 6.0.0-alpha.0, which was
It was created by Greenplum Database $as_me 6.0.0-beta.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
......@@ -20737,7 +20737,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 Greenplum Database $as_me 6.0.0-alpha.0, which was
This file was extended by Greenplum Database $as_me 6.0.0-beta.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
......@@ -20807,7 +20807,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="\\
Greenplum Database config.status 6.0.0-alpha.0
Greenplum Database config.status 6.0.0-beta.1
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
......
......@@ -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([Greenplum Database], [6.0.0-alpha.0], [support@greenplum.org])
AC_INIT([Greenplum Database], [6.0.0-beta.1], [support@greenplum.org])
[PG_PACKAGE_VERSION=9.4.20]
AC_SUBST(PG_PACKAGE_VERSION)
......
......@@ -8,7 +8,7 @@ VERSION=$(perl -e 'while(<>){print $1 if (/^PACKAGE_VERSION='\''(.+)'\''$/)}' <
BUILDNUMBER=dev
# Call git describe, and convert it to a semi-semantic version, like
# 5.0.0-alpha.0+dev.52.g123abc
# 6.0.0-beta.0+dev.52.g123abc
generate_dev_version() {
git describe | perl -pe 's/(.*)-([0-9]*)-(g[0-9a-f]*)/\1+dev.\2.\3/'
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册