diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2014-03-17 15:36:46 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2014-03-17 15:36:46 -0400 |
commit | f07692e1906c5f78d4dc4f777ade31cbfdb0069e (patch) | |
tree | c02cf7ec40d629ae5573ed529ad600780d1f5e3a /configure.in | |
parent | 00e063a23277a8aa2fcf522baec394b2846dcafb (diff) | |
download | postgresql-REL9_2_8.tar.gz postgresql-REL9_2_8.zip |
Stamp 9.2.8.REL9_2_8
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 cfbeacff773..c2791df2d73 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.7], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [9.2.8], [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 |