Skip to content

Commit d10146c

Browse files
author
PostgreSQL Daemon
committed
change tag to 7.4beta1 and update the Copyright to 2003 Guess what folks? We are now in Beta!!
1 parent 77489f4 commit d10146c

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

configure

+11-11
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 7.4devel.
3+
# Generated by GNU Autoconf 2.53 for PostgreSQL 7.4beta1.
44
#
55
# Report bugs to <[email protected]>.
66
#
@@ -9,7 +9,7 @@
99
# This configure script is free software; the Free Software Foundation
1010
# gives unlimited permission to copy, distribute and modify it.
1111
#
12-
# Copyright 2002 PostgreSQL Global Development Group
12+
# Copyright 2003 PostgreSQL Global Development Group
1313

1414
if expr a : '\(a\)' >/dev/null 2>&1; then
1515
as_expr=expr
@@ -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='7.4devel'
262-
PACKAGE_STRING='PostgreSQL 7.4devel'
261+
PACKAGE_VERSION='7.4beta1'
262+
PACKAGE_STRING='PostgreSQL 7.4beta1'
263263
PACKAGE_BUGREPORT='[email protected]'
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 7.4devel to adapt to many kinds of systems.
772+
\`configure' configures PostgreSQL 7.4beta1 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 7.4devel:";;
833+
short | recursive ) echo "Configuration of PostgreSQL 7.4beta1:";;
834834
esac
835835
cat <<\_ACEOF
836836

@@ -949,15 +949,15 @@ fi
949949
test -n "$ac_init_help" && exit 0
950950
if $ac_init_version; then
951951
cat <<\_ACEOF
952-
PostgreSQL configure 7.4devel
952+
PostgreSQL configure 7.4beta1
953953
generated by GNU Autoconf 2.53
954954

955955
Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
956956
Free Software Foundation, Inc.
957957
This configure script is free software; the Free Software Foundation
958958
gives unlimited permission to copy, distribute and modify it.
959959

960-
Copyright 2002 PostgreSQL Global Development Group
960+
Copyright 2003 PostgreSQL Global Development Group
961961
_ACEOF
962962
exit 0
963963
fi
@@ -966,7 +966,7 @@ cat >&5 <<_ACEOF
966966
This file contains any messages produced by compilers while
967967
running configure, to aid debugging if configure makes a mistake.
968968

969-
It was created by PostgreSQL $as_me 7.4devel, which was
969+
It was created by PostgreSQL $as_me 7.4beta1, which was
970970
generated by GNU Autoconf 2.53. Invocation command line was
971971

972972
$ $0 $@
@@ -17685,7 +17685,7 @@ _ASBOX
1768517685
} >&5
1768617686
cat >&5 <<_CSEOF
1768717687

17688-
This file was extended by PostgreSQL $as_me 7.4devel, which was
17688+
This file was extended by PostgreSQL $as_me 7.4beta1, which was
1768917689
generated by GNU Autoconf 2.53. Invocation command line was
1769017690

1769117691
CONFIG_FILES = $CONFIG_FILES
@@ -17747,7 +17747,7 @@ _ACEOF
1774717747

1774817748
cat >>$CONFIG_STATUS <<_ACEOF
1774917749
ac_cs_version="\\
17750-
PostgreSQL config.status 7.4devel
17750+
PostgreSQL config.status 7.4beta1
1775117751
configured by $0, generated by GNU Autoconf 2.53,
1775217752
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
1775317753

configure.in

+3-3
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 $Header: /cvsroot/pgsql/configure.in,v 1.276 2003/08/04 21:26:26 momjian Exp $
2+
dnl $Header: /cvsroot/pgsql/configure.in,v 1.277 2003/08/04 22:30:30 pgsql Exp $
33
dnl
44
dnl Developers, please strive to achieve this order:
55
dnl
@@ -21,13 +21,13 @@ dnl The GNU folks apparently haven't heard that some people don't use
2121
dnl Texinfo. Use this sorcery to use "docdir" instead of "infodir".
2222
m4_define([info], [doc])
2323
m4_define([infodir], [docdir])
24-
AC_INIT([PostgreSQL], [7.4devel], [[email protected]])
24+
AC_INIT([PostgreSQL], [7.4beta1], [[email protected]])
2525
m4_undefine([infodir])
2626
m4_undefine([info])
2727
AC_SUBST(docdir)
2828

2929
AC_PREREQ(2.53)
30-
AC_COPYRIGHT([Copyright 2002 PostgreSQL Global Development Group])
30+
AC_COPYRIGHT([Copyright 2003 PostgreSQL Global Development Group])
3131
AC_CONFIG_SRCDIR([src/backend/access/common/heaptuple.c])
3232
AC_CONFIG_AUX_DIR(config)
3333
AC_PREFIX_DEFAULT(/usr/local/pgsql)

0 commit comments

Comments
 (0)