提交 816d2508 编写于 作者: D Daniel Gustafsson

Set correct version for non-git tree releases

Record the version in configure.in for releases which are not full
Git trees.
上级 d837c305
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for Greenplum Database 5.0.0-alpha.
# Generated by GNU Autoconf 2.69 for Greenplum Database 5.0.0-beta.6.
#
# 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='5.0.0-alpha'
PACKAGE_STRING='Greenplum Database 5.0.0-alpha'
PACKAGE_VERSION='5.0.0-beta.6'
PACKAGE_STRING='Greenplum Database 5.0.0-beta.6'
PACKAGE_BUGREPORT='support@greenplum.org'
PACKAGE_URL=''
......@@ -1445,7 +1445,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 5.0.0-alpha to adapt to many kinds of systems.
\`configure' configures Greenplum Database 5.0.0-beta.6 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
......@@ -1511,7 +1511,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of Greenplum Database 5.0.0-alpha:";;
short | recursive ) echo "Configuration of Greenplum Database 5.0.0-beta.6:";;
esac
cat <<\_ACEOF
......@@ -1666,7 +1666,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
Greenplum Database configure 5.0.0-alpha
Greenplum Database configure 5.0.0-beta.6
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
......@@ -2631,7 +2631,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 5.0.0-alpha, which was
It was created by Greenplum Database $as_me 5.0.0-beta.6, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
......@@ -19176,7 +19176,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 5.0.0-alpha, which was
This file was extended by Greenplum Database $as_me 5.0.0-beta.6, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
......@@ -19246,7 +19246,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 5.0.0-alpha
Greenplum Database config.status 5.0.0-beta.6
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], [5.0.0-alpha], [support@greenplum.org])
AC_INIT([Greenplum Database], [5.0.0-beta.6], [support@greenplum.org])
[PG_PACKAGE_VERSION=8.3.23]
AC_SUBST(PG_PACKAGE_VERSION)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册