diff options
author | Marc G. Fournier <scrappy@hub.org> | 2008-09-19 03:30:27 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 2008-09-19 03:30:27 +0000 |
commit | b304b8640b44536b014cb0b28f97f0faaf998433 (patch) | |
tree | 5396e23f0670e1eb7644503c89b509dd2d8cda2b /configure.in | |
parent | ff1c15e02085baf4acfd9f6b4ba8fb9aa5a24411 (diff) |
tag for 7.4.22REL7_4_22
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 4bcaff81177..ad4d46f8f66 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.32 2008/06/09 00:16:58 tgl Exp $ +dnl $Header: /cvsroot/pgsql/configure.in,v 1.301.2.33 2008/09/19 03:30:27 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.21], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [7.4.22], [pgsql-bugs@postgresql.org]) m4_undefine([infodir]) m4_undefine([info]) AC_SUBST(docdir) |