diff options
author | Marc G. Fournier | 2010-10-01 13:40:30 +0000 |
---|---|---|
committer | Marc G. Fournier | 2010-10-01 13:40:30 +0000 |
commit | fd7fdbc88be20f5fc8789254b18902116f88b5fe (patch) | |
tree | 2e114282d621486d94c8212512e4eb5aec6d02d6 /configure.in | |
parent | b68319c25bb40dd0245cf176273c741fdba064ec (diff) |
Tag 7.4.30REL7_4_30REL7_4_STABLE
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index a2332e0ef62..ba3dda75364 100644 --- a/configure.in +++ b/configure.in @@ -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.29], [[email protected]]) +AC_INIT([PostgreSQL], [7.4.30], [[email protected]]) m4_undefine([infodir]) m4_undefine([info]) AC_SUBST(docdir) |