summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-09-04 07:23:04 +0000
committerBruce Momjian <bruce@momjian.us>2002-09-04 07:23:04 +0000
commit79ecb80c749614db1b110a7c4b8ff3fc111b01db (patch)
tree48b7983193c3169c74c3919193ea3ad6ee7805a3 /configure.in
parent4f1a32b37eccad00135a5d5152bf57330919ce9c (diff)
downloadpostgresql-79ecb80c749614db1b110a7c4b8ff3fc111b01db.tar.gz
Brand 7.3. Ready for beta!
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 e944d18cd6..5a4a086b23 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.202 2002/09/03 21:45:41 petere Exp $
+dnl $Header: /cvsroot/pgsql/configure.in,v 1.203 2002/09/04 07:23:04 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.3devel], [pgsql-bugs@postgresql.org])
+AC_INIT([PostgreSQL], [7.3], [pgsql-bugs@postgresql.org])
m4_undefine([infodir])
m4_undefine([info])
AC_SUBST(docdir)