diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2015-10-05 15:09:44 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2015-10-05 15:09:44 -0400 |
commit | b96df2c61710b39d24e98767cfe17b920b9319a6 (patch) | |
tree | 76b4ce28bd64d454c3d73f836eadd61f0acf9916 /configure.in | |
parent | 7d88b3d154444fe102ef6a006f1234025e91c7fa (diff) | |
download | postgresql-REL9_5_BETA1.tar.gz postgresql-REL9_5_BETA1.zip |
Stamp 9.5beta1.REL9_5_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 c4383feb0d2..55ea5ed9ba0 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.5alpha2], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [9.5beta1], [pgsql-bugs@postgresql.org]) m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.69], [], [m4_fatal([Autoconf version 2.69 is required. Untested combinations of 'autoconf' and PostgreSQL versions are not |