Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 708de81

Browse files
author
PostgreSQL Daemon
committed
tag her configure 8.0.0beta1 ...
1 parent 82fde1a commit 708de81

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

configure

+9-9
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.53 for PostgreSQL 8.0devel.
3+
# Generated by GNU Autoconf 2.53 for PostgreSQL 8.0.0beta1.
44
#
55
# Report bugs to <pgsql-bugs@postgresql.org>.
66
#
@@ -258,8 +258,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
258258
# Identity of this package.
259259
PACKAGE_NAME='PostgreSQL'
260260
PACKAGE_TARNAME='postgresql'
261-
PACKAGE_VERSION='8.0devel'
262-
PACKAGE_STRING='PostgreSQL 8.0devel'
261+
PACKAGE_VERSION='8.0.0beta1'
262+
PACKAGE_STRING='PostgreSQL 8.0.0beta1'
263263
PACKAGE_BUGREPORT='pgsql-bugs@postgresql.org'
264264

265265
ac_unique_file="src/backend/access/common/heaptuple.c"
@@ -769,7 +769,7 @@ if test "$ac_init_help" = "long"; then
769769
# Omit some internal or obsolete options to make the list less imposing.
770770
# This message is too long to be a string in the A/UX 3.1 sh.
771771
cat <<_ACEOF
772-
\`configure' configures PostgreSQL 8.0devel to adapt to many kinds of systems.
772+
\`configure' configures PostgreSQL 8.0.0beta1 to adapt to many kinds of systems.
773773

774774
Usage: $0 [OPTION]... [VAR=VALUE]...
775775

@@ -830,7 +830,7 @@ fi
830830

831831
if test -n "$ac_init_help"; then
832832
case $ac_init_help in
833-
short | recursive ) echo "Configuration of PostgreSQL 8.0devel:";;
833+
short | recursive ) echo "Configuration of PostgreSQL 8.0.0beta1:";;
834834
esac
835835
cat <<\_ACEOF
836836

@@ -950,7 +950,7 @@ fi
950950
test -n "$ac_init_help" && exit 0
951951
if $ac_init_version; then
952952
cat <<\_ACEOF
953-
PostgreSQL configure 8.0devel
953+
PostgreSQL configure 8.0.0beta1
954954
generated by GNU Autoconf 2.53
955955

956956
Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
@@ -967,7 +967,7 @@ cat >&5 <<_ACEOF
967967
This file contains any messages produced by compilers while
968968
running configure, to aid debugging if configure makes a mistake.
969969

970-
It was created by PostgreSQL $as_me 8.0devel, which was
970+
It was created by PostgreSQL $as_me 8.0.0beta1, which was
971971
generated by GNU Autoconf 2.53. Invocation command line was
972972

973973
$ $0 $@
@@ -18431,7 +18431,7 @@ _ASBOX
1843118431
} >&5
1843218432
cat >&5 <<_CSEOF
1843318433

18434-
This file was extended by PostgreSQL $as_me 8.0devel, which was
18434+
This file was extended by PostgreSQL $as_me 8.0.0beta1, which was
1843518435
generated by GNU Autoconf 2.53. Invocation command line was
1843618436

1843718437
CONFIG_FILES = $CONFIG_FILES
@@ -18496,7 +18496,7 @@ _ACEOF
1849618496

1849718497
cat >>$CONFIG_STATUS <<_ACEOF
1849818498
ac_cs_version="\\
18499-
PostgreSQL config.status 8.0devel
18499+
PostgreSQL config.status 8.0.0beta1
1850018500
configured by $0, generated by GNU Autoconf 2.53,
1850118501
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
1850218502

configure.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dnl Process this file with autoconf to produce a configure script.
2-
dnl $PostgreSQL: pgsql/configure.in,v 1.372 2004/08/08 01:31:09 momjian Exp $
2+
dnl $PostgreSQL: pgsql/configure.in,v 1.373 2004/08/08 23:27:11 pgsql Exp $
33
dnl
44
dnl Developers, please strive to achieve this order:
55
dnl
@@ -17,7 +17,7 @@ dnl Read the Autoconf manual for details.
1717
dnl
1818
m4_pattern_forbid(^PGAC_)dnl to catch undefined macros
1919

20-
AC_INIT([PostgreSQL], [8.0devel], [pgsql-bugs@postgresql.org])
20+
AC_INIT([PostgreSQL], [8.0.0beta1], [pgsql-bugs@postgresql.org])
2121

2222
AC_PREREQ(2.53)
2323
AC_COPYRIGHT([Copyright 2003 PostgreSQL Global Development Group])

0 commit comments

Comments
 (0)