diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2008-01-03 21:42:17 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2008-01-03 21:42:17 +0000 |
commit | 56a2a4176389abdba65adf063fbfacf853a20132 (patch) | |
tree | 98e8bbf4d890b2b616f3bf30ee4f485cd60efc84 /configure.in | |
parent | 63ee91fc451f11422371baec7e6041bd77cc414e (diff) | |
download | postgresql-REL7_4_19.tar.gz postgresql-REL7_4_19.zip |
Stamp release 7.4.19.REL7_4_19
Security: CVE-2007-4769, CVE-2007-4772, CVE-2007-6067, CVE-2007-6600, CVE-2007-6601
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 10c08767736..f7bdec33538 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -dnl $Header: /cvsroot/pgsql/configure.in,v 1.301.2.28 2007/12/31 17:27:57 momjian Exp $ +dnl $Header: /cvsroot/pgsql/configure.in,v 1.301.2.29 2008/01/03 21:42:17 tgl Exp $ dnl dnl Developers, please strive to achieve this order: dnl @@ -21,7 +21,7 @@ dnl The GNU folks apparently haven't heard that some people don't use dnl Texinfo. Use this sorcery to use "docdir" instead of "infodir". m4_define([info], [doc]) m4_define([infodir], [docdir]) -AC_INIT([PostgreSQL], [7.4.18], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [7.4.19], [pgsql-bugs@postgresql.org]) m4_undefine([infodir]) m4_undefine([info]) AC_SUBST(docdir) |