diff options
author | Marc G. Fournier <scrappy@hub.org> | 2009-09-04 05:33:18 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 2009-09-04 05:33:18 +0000 |
commit | ef31ff159f6b482e9c99e530be4d8ab0fe768394 (patch) | |
tree | 9ae2c5f74da9b1afcca0d951f39ce4980e82f911 /configure.in | |
parent | 02a87f18f2e5a5adc65b3706f01c1c27ffe4454f (diff) | |
download | postgresql-REL7_4_26.tar.gz postgresql-REL7_4_26.zip |
Tag 7.4.26REL7_4_26
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 3bd02da7dd7..3320d04fb1f 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.37 2009/03/13 02:39:42 scrappy Exp $ +dnl $Header: /cvsroot/pgsql/configure.in,v 1.301.2.38 2009/09/04 05:33:18 scrappy 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.25], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [7.4.26], [pgsql-bugs@postgresql.org]) m4_undefine([infodir]) m4_undefine([info]) AC_SUBST(docdir) |