diff options
author | Marc G. Fournier | 2009-01-30 03:54:33 +0000 |
---|---|---|
committer | Marc G. Fournier | 2009-01-30 03:54:33 +0000 |
commit | cedefbdf13a1e5ed4aa2e85600340200cc07b097 (patch) | |
tree | 845056070d2e6074e85872c87adca93bd4f85a72 /configure.in | |
parent | fc39a000223d9d6e240ac8e0b402649fed93ee3b (diff) |
tag 7.4.24REL7_4_24
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 7c0fab82ebc..dceea7b246c 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.35 2009/01/06 17:28:14 tgl Exp $ +dnl $Header: /cvsroot/pgsql/configure.in,v 1.301.2.36 2009/01/30 03:54:33 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.23], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [7.4.24], [pgsql-bugs@postgresql.org]) m4_undefine([infodir]) m4_undefine([info]) AC_SUBST(docdir) |