summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorBruce Momjian2002-10-24 03:03:37 +0000
committerBruce Momjian2002-10-24 03:03:37 +0000
commitd36caf103b5edb542ed3ce756c30e70eaef861da (patch)
treeee2a831b09094539a91d1f114a679333b72d305a /configure.in
parentb093f8825dc72216fe5f3e69ea7d9b94b99795ea (diff)
Stamp for 7.3 beta3.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 43942dd0d8c..266a290ab19 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.214 2002/10/24 01:33:50 momjian Exp $
+dnl $Header: /cvsroot/pgsql/configure.in,v 1.215 2002/10/24 03:03:37 momjian 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.3b2], [pgsql-bugs@postgresql.org])
+AC_INIT([PostgreSQL], [7.3b3], [pgsql-bugs@postgresql.org])
m4_undefine([infodir])
m4_undefine([info])
AC_SUBST(docdir)