diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2015-02-02 15:44:39 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2015-02-02 15:44:39 -0500 |
commit | 9f20f2fc43f7dbe5a60958bc41f24130957560a3 (patch) | |
tree | 43dd350b12affd1adc2bcd09e7ca83c007995db0 /configure.in | |
parent | b8f0a57d13fce3c61f99f07077e07ccba0848e71 (diff) | |
download | postgresql-REL9_2_10.tar.gz postgresql-REL9_2_10.zip |
Stamp 9.2.10.REL9_2_10
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 2644d3a8069..ebaa52716fd 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.9], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [9.2.10], [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 |