diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2013-02-04 16:12:28 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2013-02-04 16:28:41 -0500 |
commit | 3da04a0bb19f8543a9b13becdfeb96624e15288e (patch) | |
tree | f9530a0132a459622c9f1ebe46b3d819a9957913 /configure.in | |
parent | 16d10970cb61843b937c84bf1a2d102ed54834c1 (diff) |
Stamp 9.0.12.REL9_0_12
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 b622d5222b7..c5a66fe1a93 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.11], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [9.0.12], [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 |