Skip to content

Commit 0379652

Browse files
tglsfdchs-liuxh
authored andcommitted
Stamp 14.22.
1 parent eda6b6e commit 0379652

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

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 PostgreSQL 14.21.
3+
# Generated by GNU Autoconf 2.69 for PostgreSQL 14.22.
44
#
55
# Report bugs to <pgsql-bugs@lists.postgresql.org>.
66
#
@@ -582,8 +582,8 @@ MAKEFLAGS=
582582
# Identity of this package.
583583
PACKAGE_NAME='PostgreSQL'
584584
PACKAGE_TARNAME='postgresql'
585-
PACKAGE_VERSION='14.21'
586-
PACKAGE_STRING='PostgreSQL 14.21'
585+
PACKAGE_VERSION='14.22'
586+
PACKAGE_STRING='PostgreSQL 14.22'
587587
PACKAGE_BUGREPORT='pgsql-bugs@lists.postgresql.org'
588588
PACKAGE_URL='https://www.postgresql.org/'
589589

@@ -1446,7 +1446,7 @@ if test "$ac_init_help" = "long"; then
14461446
# Omit some internal or obsolete options to make the list less imposing.
14471447
# This message is too long to be a string in the A/UX 3.1 sh.
14481448
cat <<_ACEOF
1449-
\`configure' configures PostgreSQL 14.21 to adapt to many kinds of systems.
1449+
\`configure' configures PostgreSQL 14.22 to adapt to many kinds of systems.
14501450

14511451
Usage: $0 [OPTION]... [VAR=VALUE]...
14521452

@@ -1511,7 +1511,7 @@ fi
15111511

15121512
if test -n "$ac_init_help"; then
15131513
case $ac_init_help in
1514-
short | recursive ) echo "Configuration of PostgreSQL 14.21:";;
1514+
short | recursive ) echo "Configuration of PostgreSQL 14.22:";;
15151515
esac
15161516
cat <<\_ACEOF
15171517

@@ -1685,7 +1685,7 @@ fi
16851685
test -n "$ac_init_help" && exit $ac_status
16861686
if $ac_init_version; then
16871687
cat <<\_ACEOF
1688-
PostgreSQL configure 14.21
1688+
PostgreSQL configure 14.22
16891689
generated by GNU Autoconf 2.69
16901690

16911691
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2438,7 +2438,7 @@ cat >config.log <<_ACEOF
24382438
This file contains any messages produced by compilers while
24392439
running configure, to aid debugging if configure makes a mistake.
24402440

2441-
It was created by PostgreSQL $as_me 14.21, which was
2441+
It was created by PostgreSQL $as_me 14.22, which was
24422442
generated by GNU Autoconf 2.69. Invocation command line was
24432443

24442444
$ $0 $@
@@ -20808,7 +20808,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2080820808
# report actual input values of CONFIG_FILES etc. instead of their
2080920809
# values after options handling.
2081020810
ac_log="
20811-
This file was extended by PostgreSQL $as_me 14.21, which was
20811+
This file was extended by PostgreSQL $as_me 14.22, which was
2081220812
generated by GNU Autoconf 2.69. Invocation command line was
2081320813

2081420814
CONFIG_FILES = $CONFIG_FILES
@@ -20879,7 +20879,7 @@ _ACEOF
2087920879
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2088020880
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
2088120881
ac_cs_version="\\
20882-
PostgreSQL config.status 14.21
20882+
PostgreSQL config.status 14.22
2088320883
configured by $0, generated by GNU Autoconf 2.69,
2088420884
with options \\"\$ac_cs_config\\"
2088520885

configure.ac

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([PostgreSQL], [14.21], [pgsql-bugs@lists.postgresql.org], [], [https://www.postgresql.org/])
20+
AC_INIT([PostgreSQL], [14.22], [pgsql-bugs@lists.postgresql.org], [], [https://www.postgresql.org/])
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

0 commit comments

Comments
 (0)