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

Commit c22b7ec

Browse files
author
PostgreSQL Daemon
committed
its that time ... tag it for release
1 parent 1723f1f commit c22b7ec

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
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.0rc5.
3+
# Generated by GNU Autoconf 2.53 for PostgreSQL 8.0.0.
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.0rc5'
262-
PACKAGE_STRING='PostgreSQL 8.0.0rc5'
261+
PACKAGE_VERSION='8.0.0'
262+
PACKAGE_STRING='PostgreSQL 8.0.0'
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.0rc5 to adapt to many kinds of systems.
776+
\`configure' configures PostgreSQL 8.0.0 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.0rc5:";;
837+
short | recursive ) echo "Configuration of PostgreSQL 8.0.0:";;
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.0rc5
958+
PostgreSQL configure 8.0.0
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.0rc5, which was
975+
It was created by PostgreSQL $as_me 8.0.0, which was
976976
generated by GNU Autoconf 2.53. Invocation command line was
977977

978978
$ $0 $@
@@ -19241,7 +19241,7 @@ _ASBOX
1924119241
} >&5
1924219242
cat >&5 <<_CSEOF
1924319243

19244-
This file was extended by PostgreSQL $as_me 8.0.0rc5, which was
19244+
This file was extended by PostgreSQL $as_me 8.0.0, which was
1924519245
generated by GNU Autoconf 2.53. Invocation command line was
1924619246

1924719247
CONFIG_FILES = $CONFIG_FILES
@@ -19306,7 +19306,7 @@ _ACEOF
1930619306

1930719307
cat >>$CONFIG_STATUS <<_ACEOF
1930819308
ac_cs_version="\\
19309-
PostgreSQL config.status 8.0.0rc5
19309+
PostgreSQL config.status 8.0.0
1931019310
configured by $0, generated by GNU Autoconf 2.53,
1931119311
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
1931219312

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.397 2005/01/11 05:29:18 pgsql Exp $
2+
dnl $PostgreSQL: pgsql/configure.in,v 1.398 2005/01/17 20:47:07 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.0rc5], [pgsql-bugs@postgresql.org])
20+
AC_INIT([PostgreSQL], [8.0.0], [pgsql-bugs@postgresql.org])
2121

2222
AC_PREREQ(2.53)
2323
AC_COPYRIGHT([Copyright (c) 1996-2005, PostgreSQL Global Development Group])

src/include/pg_config.h.win32

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
/*
44
* Parts of pg_config.h that you get with autoconf on other systems
55
*/
6-
#define PG_VERSION "8.0.0rc5"
7-
#define PG_VERSION_STR "8.0.0rc5 (win32)"
6+
#define PG_VERSION "8.0.0"
7+
#define PG_VERSION_STR "8.0.0 (win32)"
88

99
#define DEF_PGPORT 5432
1010
#define DEF_PGPORT_STR "5432"

0 commit comments

Comments
 (0)