diff options
author | Tom Lane | 2015-10-05 19:19:44 +0000 |
---|---|---|
committer | Tom Lane | 2015-10-05 19:19:44 +0000 |
commit | 9a42e8514f7e42737992bb09bd93540dd9630a9a (patch) | |
tree | 8358ab5fdd22bcd95ae6d955065b91e6eb7def0a /configure.in | |
parent | bfbaeae48a9c927dca41c4ac73a8a7ca7ae7c6d5 (diff) |
Stamp 9.0.23.REL9_0_23REL9_0_STABLE
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 2569a1a779..c4c6042adb 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.0.22], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [9.0.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 |