diff options
author | Tom Lane | 2013-05-06 20:57:06 +0000 |
---|---|---|
committer | Tom Lane | 2013-05-06 20:57:06 +0000 |
commit | 817a89423f429a6a8b36847ee499f5b6be39c3be (patch) | |
tree | 292ab376b8128b0ca3864ca1a759c536a35794d5 /configure.in | |
parent | f1ff90cfb1c5168cd442593de62b419ac9ab6469 (diff) |
Stamp 9.3beta1.REL9_3_BETA1
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 ea3da2640d7..4ea56996a4b 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.3devel], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [9.3beta1], [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 |