Skip to content

Commit bff1188

Browse files
committed
Changed version number to PostgresPro 9.5.1.1. Merged upstream patches
2 parents 0a18be7 + 616eaa3 commit bff1188

File tree

44 files changed

+13797
-2786
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+13797
-2786
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.69 for PostgresPro 9.5.0.1.
3+
# Generated by GNU Autoconf 2.69 for PostgresPro 9.5.1.1.
44
#
55
# Report bugs to <pgsql-bugs@postgrespro.com>.
66
#
@@ -582,8 +582,8 @@ MAKEFLAGS=
582582
# Identity of this package.
583583
PACKAGE_NAME='PostgresPro'
584584
PACKAGE_TARNAME='postgrespro'
585-
PACKAGE_VERSION='9.5.0.1'
586-
PACKAGE_STRING='PostgresPro 9.5.0.1'
585+
PACKAGE_VERSION='9.5.1.1'
586+
PACKAGE_STRING='PostgresPro 9.5.1.1'
587587
PACKAGE_BUGREPORT='pgsql-bugs@postgrespro.com'
588588
PACKAGE_URL=''
589589

@@ -1397,7 +1397,7 @@ if test "$ac_init_help" = "long"; then
13971397
# Omit some internal or obsolete options to make the list less imposing.
13981398
# This message is too long to be a string in the A/UX 3.1 sh.
13991399
cat <<_ACEOF
1400-
\`configure' configures PostgresPro 9.5.0.1 to adapt to many kinds of systems.
1400+
\`configure' configures PostgresPro 9.5.1.1 to adapt to many kinds of systems.
14011401
14021402
Usage: $0 [OPTION]... [VAR=VALUE]...
14031403
@@ -1462,7 +1462,7 @@ fi
14621462

14631463
if test -n "$ac_init_help"; then
14641464
case $ac_init_help in
1465-
short | recursive ) echo "Configuration of PostgresPro 9.5.0.1:";;
1465+
short | recursive ) echo "Configuration of PostgresPro 9.5.1.1:";;
14661466
esac
14671467
cat <<\_ACEOF
14681468
@@ -1613,7 +1613,7 @@ fi
16131613
test -n "$ac_init_help" && exit $ac_status
16141614
if $ac_init_version; then
16151615
cat <<\_ACEOF
1616-
PostgresPro configure 9.5.0.1
1616+
PostgresPro configure 9.5.1.1
16171617
generated by GNU Autoconf 2.69
16181618
16191619
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2324,7 +2324,7 @@ cat >config.log <<_ACEOF
23242324
This file contains any messages produced by compilers while
23252325
running configure, to aid debugging if configure makes a mistake.
23262326
2327-
It was created by PostgresPro $as_me 9.5.0.1, which was
2327+
It was created by PostgresPro $as_me 9.5.1.1, which was
23282328
generated by GNU Autoconf 2.69. Invocation command line was
23292329
23302330
$ $0 $@
@@ -18012,7 +18012,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1801218012
# report actual input values of CONFIG_FILES etc. instead of their
1801318013
# values after options handling.
1801418014
ac_log="
18015-
This file was extended by PostgresPro $as_me 9.5.0.1, which was
18015+
This file was extended by PostgresPro $as_me 9.5.1.1, which was
1801618016
generated by GNU Autoconf 2.69. Invocation command line was
1801718017
1801818018
CONFIG_FILES = $CONFIG_FILES
@@ -18082,7 +18082,7 @@ _ACEOF
1808218082
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1808318083
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
1808418084
ac_cs_version="\\
18085-
PostgresPro config.status 9.5.0.1
18085+
PostgresPro config.status 9.5.1.1
1808618086
configured by $0, generated by GNU Autoconf 2.69,
1808718087
with options \\"\$ac_cs_config\\"
1808818088

configure.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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([PostgresPro], [9.5.0.1], [pgsql-bugs@postgrespro.com])
20+
AC_INIT([PostgresPro], [9.5.1.1], [pgsql-bugs@postgrespro.com])
2121

2222
m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.69], [], [m4_fatal([Autoconf version 2.69 is required.
2323
Untested combinations of 'autoconf' and PostgreSQL versions are not

doc/bug.template

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

2424
Operating System (example: Linux 2.4.18) :
2525

26-
PostgreSQL version (example: PostgresPro 9.5.0.1): PostgresPro 9.5.0.1
26+
PostgreSQL version (example: PostgresPro 9.5.1.1): PostgresPro 9.5.1.1
2727

2828
Compiler used (example: gcc 3.3.5) :
2929

0 commit comments

Comments
 (0)