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

Commit 0637d52

Browse files
committed
Tag HEAD as 7.5devel.
1 parent 3d22bee commit 0637d52

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 7.4RC1.
3+
# Generated by GNU Autoconf 2.53 for PostgreSQL 7.5devel.
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='7.4RC1'
262-
PACKAGE_STRING='PostgreSQL 7.4RC1'
261+
PACKAGE_VERSION='7.5devel'
262+
PACKAGE_STRING='PostgreSQL 7.5devel'
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 7.4RC1 to adapt to many kinds of systems.
772+
\`configure' configures PostgreSQL 7.5devel 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.4RC1:";;
833+
short | recursive ) echo "Configuration of PostgreSQL 7.5devel:";;
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 7.4RC1
953+
PostgreSQL configure 7.5devel
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 7.4RC1, which was
970+
It was created by PostgreSQL $as_me 7.5devel, which was
971971
generated by GNU Autoconf 2.53. Invocation command line was
972972

973973
$ $0 $@
@@ -17983,7 +17983,7 @@ _ASBOX
1798317983
} >&5
1798417984
cat >&5 <<_CSEOF
1798517985

17986-
This file was extended by PostgreSQL $as_me 7.4RC1, which was
17986+
This file was extended by PostgreSQL $as_me 7.5devel, which was
1798717987
generated by GNU Autoconf 2.53. Invocation command line was
1798817988

1798917989
CONFIG_FILES = $CONFIG_FILES
@@ -18045,7 +18045,7 @@ _ACEOF
1804518045

1804618046
cat >>$CONFIG_STATUS <<_ACEOF
1804718047
ac_cs_version="\\
18048-
PostgreSQL config.status 7.4RC1
18048+
PostgreSQL config.status 7.5devel
1804918049
configured by $0, generated by GNU Autoconf 2.53,
1805018050
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
1805118051

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 $Header: /cvsroot/pgsql/configure.in,v 1.301 2003/11/03 05:27:18 pgsql Exp $
2+
dnl $Header: /cvsroot/pgsql/configure.in,v 1.302 2003/11/03 14:42:08 tgl Exp $
33
dnl
44
dnl Developers, please strive to achieve this order:
55
dnl
@@ -21,7 +21,7 @@ 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.4RC1], [pgsql-bugs@postgresql.org])
24+
AC_INIT([PostgreSQL], [7.5devel], [pgsql-bugs@postgresql.org])
2525
m4_undefine([infodir])
2626
m4_undefine([info])
2727
AC_SUBST(docdir)

0 commit comments

Comments
 (0)