diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2003-12-02 16:26:00 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2003-12-02 16:26:00 +0000 |
commit | 7af352f103f349f0e986ed0af5a26bb1000aa7fb (patch) | |
tree | 18a1a54d89bca3467d87b035e87223f923f5ccd8 /configure.in | |
parent | 3299a092e2b2b4168cd8a7bcc21b7ed3efadf592 (diff) | |
download | postgresql-REL7_3_5.tar.gz postgresql-REL7_3_5.zip |
Brand 7.3.5.REL7_3_5
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 7d39fb2b4f5..154cbf90430 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.217.2.10 2003/07/23 04:09:42 momjian Exp $ +dnl $Header: /cvsroot/pgsql/configure.in,v 1.217.2.11 2003/12/02 16:23:03 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.3.4], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [7.3.5], [pgsql-bugs@postgresql.org]) m4_undefine([infodir]) m4_undefine([info]) AC_SUBST(docdir) |