diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2018-08-06 16:11:24 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2018-08-06 16:11:24 -0400 |
commit | 895fb6e2e270654b2a89042ddaf7db0e1a29003c (patch) | |
tree | b88c6bffde73e08a2b868690b67cd9a277a961bb /configure.in | |
parent | 1af8bbe9abab91b2f269cc6dddcc9b7e5350929d (diff) | |
download | postgresql-REL9_4_19.tar.gz postgresql-REL9_4_19.zip |
Stamp 9.4.19.REL9_4_19
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 56e95dc36c8..32e78819a5e 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.4.18], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [9.4.19], [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 |