diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2013-06-24 14:55:41 -0400 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2013-06-24 14:55:41 -0400 |
commit | 09bd2acbe5ac866ce93d7c0e6ed90b426a576f1b (patch) | |
tree | c5f355026631261d7654e0da68b35f5ac4442bf0 /configure.in | |
parent | 060ffab6b9f3e684c3a36b74af7bff4c1cfc4bc2 (diff) | |
download | postgresql-REL9_3_BETA2.tar.gz postgresql-REL9_3_BETA2.zip |
Stamp 9.3beta2.REL9_3_BETA2
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 4ea56996a4b..6d7a471a622 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.3beta1], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [9.3beta2], [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 |