10000 Tag 7.4.30 · rshsdev/postgres@fd7fdbc · GitHub
[go: up one dir, main page]

Skip to content

Commit fd7fdbc

Browse files
committed
Tag 7.4.30
1 parent b68319c commit fd7fdbc

File tree

5 files changed

+17
-17
lines changed

5 files changed

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

973973
$ $0 $@
@@ -18060,7 +18060,7 @@ _ASBOX
1806018060
} >&5
1806118061
cat >&5 <<_CSEOF
1806218062

18063-
This file was extended by PostgreSQL $as_me 7.4.29, which was
18063+
This file was extended by PostgreSQL $as_me 7.4.30, which was
1806418064
generated by GNU Autoconf 2.53. Invocation command line was
1806518065

1806618066
CONFIG_FILES = $CONFIG_FILES
@@ -18122,7 +18122,7 @@ _ACEOF
1812218122

1812318123
cat >>$CONFIG_STATUS <<_ACEOF
1812418124
ac_cs_version="\\
18125-
PostgreSQL config.status 7.4.29
18125+
PostgreSQL config.status 7.4.30
1812618126
configured by $0, generated by GNU Autoconf 2.53,
1812718127
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
1812818128

configure.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.4.29], [pgsql-bugs@postgresql.org])
24+
AC_INIT([PostgreSQL], [7.4.30], [pgsql-bugs@postgresql.org])
2525
m4_undefine([infodir])
2626
m4_undefine([info])
2727
AC_SUBST(docdir)

doc/bug.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ System Configuration:
2727

2828
Operating System (example: Linux 2.4.18) :
2929

30-
PostgreSQL version (example: PostgreSQL 7.4.29): PostgreSQL 7.4.29
30+
PostgreSQL version (example: PostgreSQL 7.4.30): PostgreSQL 7.4.30
3131

3232
Compiler used (example: gcc 3.3.5) :
3333

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 "7.4.29"
7-
#define PG_VERSION_STR "7.4.29 (win32)"
6+
#define PG_VERSION "7.4.30"
7+
#define PG_VERSION_STR "7.4.30 (win32)"
88

99
#define SYSCONFDIR ""
1010

src/interfaces/libpq/libpq.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#include <winver.h>
22

33
VS_VERSION_INFO VERSIONINFO
4-
FILEVERSION 7,4,29,0
5-
PRODUCTVERSION 7,4,29,0
4+
FILEVERSION 7,4,30,0
5+
PRODUCTVERSION 7,4,30,0
66
FILEFLAGSMASK 0x3fL
77
FILEFLAGS 0
88
FILEOS VOS__WINDOWS32
@@ -15,13 +15,13 @@ BEGIN
1515
BEGIN
1616
VALUE "CompanyName", "\0"
1717
VALUE "FileDescription", "PostgreSQL Access Library\0"
18-
VALUE "FileVersion", "7, 4, 29, 0\0"
18+
VALUE "FileVersion", "7, 4, 30, 0\0"
1919
VALUE "InternalName", "libpq\0"
2020
VALUE "LegalCopyright", "Copyright (C) 2003\0"
2121
VALUE "LegalTrademarks", "\0"
2222
VALUE "OriginalFilename", "libpq.dll\0"
2323
VALUE "ProductName", "PostgreSQL\0"
24-
VALUE "ProductVersion", "7, 4, 29, 0\0"
24+
VALUE "ProductVersion", "7, 4, 30, 0\0"
2525
END
2626
END
2727
BLOCK "VarFileInfo"

0 commit comments

Comments
 (0)
0