Skip to content

Commit 4deaae8

Browse files
committed
Bumped version number to 9.5.1.3
1 parent 361318e commit 4deaae8

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
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.1.2.
3+
# Generated by GNU Autoconf 2.69 for PostgresPro 9.5.1.3.
44
#
55
# Report bugs to <pgsql-bugs@postgrespro.com>.
66
#
@@ -583,8 +583,8 @@ MAKEFLAGS=
583583
# Identity of this package.
584584
PACKAGE_NAME='PostgresPro'
585585
PACKAGE_TARNAME='postgrespro'
586-
PACKAGE_VERSION='9.5.1.2'
587-
PACKAGE_STRING='PostgresPro 9.5.1.2'
586+
PACKAGE_VERSION='9.5.1.3'
587+
PACKAGE_STRING='PostgresPro 9.5.1.3'
588588
PACKAGE_BUGREPORT='pgsql-bugs@postgrespro.com'
589589
PACKAGE_URL=''
590590

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

14641464
if test -n "$ac_init_help"; then
14651465
case $ac_init_help in
1466-
short | recursive ) echo "Configuration of PostgresPro 9.5.1.2:";;
1466+
short | recursive ) echo "Configuration of PostgresPro 9.5.1.3:";;
14671467
esac
14681468
cat <<\_ACEOF
14691469
@@ -1614,7 +1614,7 @@ fi
16141614
test -n "$ac_init_help" && exit $ac_status
16151615
if $ac_init_version; then
16161616
cat <<\_ACEOF
1617-
PostgresPro configure 9.5.1.2
1617+
PostgresPro configure 9.5.1.3
16181618
generated by GNU Autoconf 2.69
16191619
16201620
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2326,7 +2326,7 @@ cat >config.log <<_ACEOF
23262326
This file contains any messages produced by compilers while
23272327
running configure, to aid debugging if configure makes a mistake.
23282328
2329-
It was created by PostgresPro $as_me 9.5.1.2, which was
2329+
It was created by PostgresPro $as_me 9.5.1.3, which was
23302330
generated by GNU Autoconf 2.69. Invocation command line was
23312331
23322332
$ $0 $@
@@ -18014,7 +18014,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1801418014
# report actual input values of CONFIG_FILES etc. instead of their
1801518015
# values after options handling.
1801618016
ac_log="
18017-
This file was extended by PostgresPro $as_me 9.5.1.2, which was
18017+
This file was extended by PostgresPro $as_me 9.5.1.3, which was
1801818018
generated by GNU Autoconf 2.69. Invocation command line was
1801918019
1802018020
CONFIG_FILES = $CONFIG_FILES
@@ -18084,7 +18084,7 @@ _ACEOF
1808418084
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1808518085
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
1808618086
ac_cs_version="\\
18087-
PostgresPro config.status 9.5.1.2
18087+
PostgresPro config.status 9.5.1.3
1808818088
configured by $0, generated by GNU Autoconf 2.69,
1808918089
with options \\"\$ac_cs_config\\"
1809018090

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.1.2], [pgsql-bugs@postgrespro.com])
20+
AC_INIT([PostgresPro], [9.5.1.3], [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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ System Configuration:
2121
---------------------
2222
Architecture (example: Intel Pentium) :
2323

24-
Operating System (example: Linux 2.4.18) :
24+
Operating System (example: Ubuntu Linux 16.04) :
2525

26-
PostgreSQL version (example: PostgresPro 9.5.1.2): PostgresPro 9.5.1.2
26+
PostgreSQL version (example: PostgresPro 9.5.1.3): PostgresPro 9.5.1.3
2727

2828
Compiler used (example: gcc 3.3.5) :
2929

src/include/pg_config.h.win32

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -563,10 +563,10 @@
563563
#define PACKAGE_NAME "PostgresPro"
564564

565565
/* Define to the full name and version of this package. */
566-
#define PACKAGE_STRING "PostgresPro 9.5.1.2"
566+
#define PACKAGE_STRING "PostgresPro 9.5.1.3"
567567

568568
/* Define to the version of this package. */
569-
#define PACKAGE_VERSION "9.5.1.2"
569+
#define PACKAGE_VERSION "9.5.1.3"
570570

571571
/* Define to the name of a signed 128-bit integer type. */
572572
#undef PG_INT128_TYPE
@@ -575,7 +575,7 @@
575575
#define PG_INT64_TYPE long long int
576576

577577
/* PostgreSQL version as a string */
578-
#define PG_VERSION "9.5.1.2"
578+
#define PG_VERSION "9.5.1.3"
579579

580580
/* PostgreSQL version as a number */
581581
#define PG_VERSION_NUM 90501

0 commit comments

Comments
 (0)