diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2015-06-29 15:42:18 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2015-06-29 15:42:18 -0400 |
commit | f78329d594c2fe893f9174d5b3da7d3fbc6dd8b6 (patch) | |
tree | b903b4f8d8d961b519a01d52f98dcee53e8f98ad /configure.in | |
parent | 85c25fdbd7d624928bb8a1f1fd1e5043ec35dd74 (diff) | |
download | postgresql-REL9_5_ALPHA1.tar.gz postgresql-REL9_5_ALPHA1.zip |
Stamp 9.5alpha1.REL9_5_ALPHA1
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 5e2db6c0269..5ef6eda06f6 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.5devel], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [9.5alpha1], [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 |