summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorMarc G. Fournier2010-10-01 13:40:30 +0000
committerMarc G. Fournier2010-10-01 13:40:30 +0000
commitfd7fdbc88be20f5fc8789254b18902116f88b5fe (patch)
tree2e114282d621486d94c8212512e4eb5aec6d02d6 /configure.in
parentb68319c25bb40dd0245cf176273c741fdba064ec (diff)
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
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)