Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5776fea

Browse files
author
PostgreSQL Daemon
committed
update us to beta5
1 parentde8113f commit5776fea

File tree

2 files changed

+11
-11
lines changed

2 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.53 for PostgreSQL 8.0.0beta4.
3+
# Generated by GNU Autoconf 2.53 for PostgreSQL 8.0.0beta5.
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.0.0beta4'
262-
PACKAGE_STRING='PostgreSQL 8.0.0beta4'
261+
PACKAGE_VERSION='8.0.0beta5'
262+
PACKAGE_STRING='PostgreSQL 8.0.0beta5'
263263
PACKAGE_BUGREPORT='pgsql-bugs@postgresql.org'
264264

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

778778
Usage: $0 [OPTION]... [VAR=VALUE]...
779779

@@ -834,7 +834,7 @@ fi
834834

835835
if test -n "$ac_init_help"; then
836836
case $ac_init_help in
837-
short | recursive ) echo "Configuration of PostgreSQL 8.0.0beta4:";;
837+
short | recursive ) echo "Configuration of PostgreSQL 8.0.0beta5:";;
838838
esac
839839
cat <<\_ACEOF
840840

@@ -955,7 +955,7 @@ fi
955955
test -n "$ac_init_help" && exit 0
956956
if $ac_init_version; then
957957
cat <<\_ACEOF
958-
PostgreSQL configure 8.0.0beta4
958+
PostgreSQL configure 8.0.0beta5
959959
generated by GNU Autoconf 2.53
960960

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

975-
It was created by PostgreSQL $as_me 8.0.0beta4, which was
975+
It was created by PostgreSQL $as_me 8.0.0beta5, which was
976976
generated by GNU Autoconf 2.53. Invocation command line was
977977

978978
$ $0 $@
@@ -18732,7 +18732,7 @@ _ASBOX
1873218732
} >&5
1873318733
cat >&5 <<_CSEOF
1873418734

18735-
This file was extended by PostgreSQL $as_me 8.0.0beta4, which was
18735+
This file was extended by PostgreSQL $as_me 8.0.0beta5, which was
1873618736
generated by GNU Autoconf 2.53. Invocation command line was
1873718737

1873818738
CONFIG_FILES = $CONFIG_FILES
@@ -18797,7 +18797,7 @@ _ACEOF
1879718797

1879818798
cat >>$CONFIG_STATUS <<_ACEOF
1879918799
ac_cs_version="\\
18800-
PostgreSQL config.status 8.0.0beta4
18800+
PostgreSQL config.status 8.0.0beta5
1880118801
configured by $0, generated by GNU Autoconf 2.53,
1880218802
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
1880318803

‎configure.in

Lines changed: 2 additions & 2 deletions
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.385 2004/11/06 23:06:15 tgl Exp $
2+
dnl $PostgreSQL: pgsql/configure.in,v 1.386 2004/11/22 03:06:35 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.0.0beta4], [pgsql-bugs@postgresql.org])
20+
AC_INIT([PostgreSQL], [8.0.0beta5], [pgsql-bugs@postgresql.org])
2121

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp