]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Stamp 8.0.5.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 9 Dec 2005 20:49:38 +0000 (20:49 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 9 Dec 2005 20:49:38 +0000 (20:49 +0000)
configure
configure.in
doc/bug.template
src/include/pg_config.h.win32
src/interfaces/libpq/libpq.rc.in
src/port/win32ver.rc

index cfe41e65b53d4c59cd74a89e11358b050a5af19a..07aee02587b9cf982196b2c81aa4c641d5e12726 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.53 for PostgreSQL 8.0.4.
+# Generated by GNU Autoconf 2.53 for PostgreSQL 8.0.5.
 #
 # Report bugs to <pgsql-bugs@postgresql.org>.
 #
@@ -258,8 +258,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
 # Identity of this package.
 PACKAGE_NAME='PostgreSQL'
 PACKAGE_TARNAME='postgresql'
-PACKAGE_VERSION='8.0.4'
-PACKAGE_STRING='PostgreSQL 8.0.4'
+PACKAGE_VERSION='8.0.5'
+PACKAGE_STRING='PostgreSQL 8.0.5'
 PACKAGE_BUGREPORT='pgsql-bugs@postgresql.org'
 
 ac_unique_file="src/backend/access/common/heaptuple.c"
@@ -773,7 +773,7 @@ if test "$ac_init_help" = "long"; then
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures PostgreSQL 8.0.4 to adapt to many kinds of systems.
+\`configure' configures PostgreSQL 8.0.5 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -834,7 +834,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of PostgreSQL 8.0.4:";;
+     short | recursive ) echo "Configuration of PostgreSQL 8.0.5:";;
    esac
   cat <<\_ACEOF
 
@@ -955,7 +955,7 @@ fi
 test -n "$ac_init_help" && exit 0
 if $ac_init_version; then
   cat <<\_ACEOF
-PostgreSQL configure 8.0.4
+PostgreSQL configure 8.0.5
 generated by GNU Autoconf 2.53
 
 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
@@ -972,7 +972,7 @@ cat >&5 <<_ACEOF
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by PostgreSQL $as_me 8.0.4, which was
+It was created by PostgreSQL $as_me 8.0.5, which was
 generated by GNU Autoconf 2.53.  Invocation command line was
 
   $ $0 $@
@@ -19289,7 +19289,7 @@ _ASBOX
 } >&5
 cat >&5 <<_CSEOF
 
-This file was extended by PostgreSQL $as_me 8.0.4, which was
+This file was extended by PostgreSQL $as_me 8.0.5, which was
 generated by GNU Autoconf 2.53.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -19354,7 +19354,7 @@ _ACEOF
 
 cat >>$CONFIG_STATUS <<_ACEOF
 ac_cs_version="\\
-PostgreSQL config.status 8.0.4
+PostgreSQL config.status 8.0.5
 configured by $0, generated by GNU Autoconf 2.53,
   with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
 
index 260e4e906ec250e6da84f1dde0380bbf9680d971..6ac802919459a3682b6958fef94bedb83bfc8b6e 100644 (file)
@@ -1,5 +1,5 @@
 dnl Process this file with autoconf to produce a configure script.
-dnl $PostgreSQL: pgsql/configure.in,v 1.398.4.7 2005/10/03 17:07:15 tgl Exp $
+dnl $PostgreSQL: pgsql/configure.in,v 1.398.4.8 2005/12/09 20:49:38 tgl Exp $
 dnl
 dnl Developers, please strive to achieve this order:
 dnl
@@ -17,7 +17,7 @@ dnl Read the Autoconf manual for details.
 dnl
 m4_pattern_forbid(^PGAC_)dnl to catch undefined macros
 
-AC_INIT([PostgreSQL], [8.0.4], [pgsql-bugs@postgresql.org])
+AC_INIT([PostgreSQL], [8.0.5], [pgsql-bugs@postgresql.org])
 
 AC_PREREQ(2.53)
 AC_COPYRIGHT([Copyright (c) 1996-2005, PostgreSQL Global Development Group])
index e425391e2a3e9b0e8105a634b1a4380361ab49b0..98eef84a919c9bccb5d731dfdeb9ba52f673669f 100644 (file)
@@ -31,7 +31,7 @@ System Configuration:
 
   Operating System (example: Linux 2.4.18)     :
 
-  PostgreSQL version (example: PostgreSQL 8.0.4):  PostgreSQL 8.0.4
+  PostgreSQL version (example: PostgreSQL 8.0.5):  PostgreSQL 8.0.5
 
   Compiler used (example: gcc 3.3.5)           :
 
index 823d8e12f7457ac202cbb79836ed32ef8cdee6f4..4c903d74e1c57fdf44671dbacd982f44f2c093f0 100644 (file)
@@ -3,8 +3,8 @@
 /*
  * Parts of pg_config.h that you get with autoconf on other systems
  */
-#define PG_VERSION "8.0.4"
-#define PG_VERSION_STR "8.0.4 (win32)"
+#define PG_VERSION "8.0.5"
+#define PG_VERSION_STR "8.0.5 (win32)"
 
 #define DEF_PGPORT 5432
 #define DEF_PGPORT_STR "5432"
index 5c7185eff06a48a03ca6df537dfd1375d12bfa6f..3a5dd1fdfb6c7987cc5b4d36487e778d9572cfc8 100644 (file)
@@ -1,8 +1,8 @@
 #include <winver.h>
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 8,0,4,0
- PRODUCTVERSION 8,0,4,0
+ FILEVERSION 8,0,5,0
+ PRODUCTVERSION 8,0,5,0
  FILEFLAGSMASK 0x3fL
  FILEFLAGS 0
  FILEOS VOS__WINDOWS32
@@ -15,13 +15,13 @@ BEGIN
         BEGIN
             VALUE "CompanyName", "\0"
             VALUE "FileDescription", "PostgreSQL Access Library\0"
-            VALUE "FileVersion", "8.0.4\0"
+            VALUE "FileVersion", "8.0.5\0"
             VALUE "InternalName", "libpq\0"
             VALUE "LegalCopyright", "Copyright (C) 2005\0"
             VALUE "LegalTrademarks", "\0"
             VALUE "OriginalFilename", "libpq.dll\0"
             VALUE "ProductName", "PostgreSQL\0"
-            VALUE "ProductVersion", "8.0.4\0"
+            VALUE "ProductVersion", "8.0.5\0"
         END
     END
     BLOCK "VarFileInfo"
index dc769c0b50bbb6d85e9b43889f6c61c3415dabeb..269e09986125d3fff451b39bff1e35858927ad78 100644 (file)
@@ -2,8 +2,8 @@
 #include "pg_config.h"
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION    8,0,4,0
- PRODUCTVERSION 8,0,4,0
+ FILEVERSION    8,0,5,0
+ PRODUCTVERSION 8,0,5,0
  FILEFLAGSMASK  0x17L
  FILEFLAGS      0x0L
  FILEOS         VOS_NT_WINDOWS32