diff options
| author | Tom Lane | 2017-08-28 21:30:10 +0000 |
|---|---|---|
| committer | Tom Lane | 2017-08-28 21:30:10 +0000 |
| commit | 2f4ffae5ada6ec272997ce1d6fe415eb9a025924 (patch) | |
| tree | ea2863fbf990df56259ea6759e54e52116e235b4 /configure.in | |
| parent | f4935327249923c7c88719ccdae5ca472d1d8767 (diff) | |
Stamp 9.2.23.REL9_2_23
Diffstat (limited to 'configure.in')
| -rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index fb2ca69000..9ba41addaf 100644 --- a/configure.in +++ b/configure.in @@ -17,7 +17,7 @@ dnl Read the Autoconf manual for details. dnl m4_pattern_forbid(^PGAC_)dnl to catch undefined macros -AC_INIT([PostgreSQL], [9.2.22], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [9.2.23], [pgsql-bugs@postgresql.org]) m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.63], [], [m4_fatal([Autoconf version 2.63 is required. Untested combinations of 'autoconf' and PostgreSQL versions are not |
