diff --git a/README b/README
index b8e78e84299c0480c9f21aa6291fccc83d50cd06..c4dbf6e60c907d41a0253839e180f8ca04bda642 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 PostgreSQL Data Base Management System (formerly known as Postgres, then
 as Postgres95).
   
-This directory contains the development version of 7.1.1 of the
+This directory contains the development version of 7.2 of the
 PostgreSQL database server.  The server is not 100% ANSI SQL compliant,
 but it gets closer with every release.  After you unzip and untar the
 distribution file, look at file INSTALL for the installation notes and
diff --git a/configure b/configure
index e9198f12ed02060454759b480819f8ae54372a46..091d0f5c0510074160a29e0d6467b364763df867 100755
--- a/configure
+++ b/configure
@@ -611,7 +611,7 @@ ac_config_sub=$ac_aux_dir/config.sub
 ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
 
 
-VERSION='7.1.1'
+VERSION='7.2devel'
 
 cat >> confdefs.h <<EOF
 #define PG_VERSION "$VERSION"
diff --git a/configure.in b/configure.in
index e2f90f9edba3b2f579b56613dbddd9d2d45fd4af..33abf7ad3a3949d4cf65d06ee7d68720d04d9bb3 100644
--- a/configure.in
+++ b/configure.in
@@ -28,7 +28,7 @@ AC_CONFIG_HEADER(src/include/config.h)
 AC_PREREQ(2.13)
 AC_CONFIG_AUX_DIR(config)
 
-VERSION='7.1.1'
+VERSION='7.2devel'
 AC_SUBST(VERSION)
 AC_DEFINE_UNQUOTED(PG_VERSION, "$VERSION")
 
diff --git a/doc/bug.template b/doc/bug.template
index 892e39bb02692bed6e6654753157cbcd4c16de68..6f0aabfb5148009eeb83dd71e9de16bf4a43c720 100644
--- a/doc/bug.template
+++ b/doc/bug.template
@@ -27,7 +27,7 @@ System Configuration
 
   Operating System (example: Linux 2.0.26 ELF) 	:
 
-  PostgreSQL version (example: PostgreSQL-7.1.1):   PostgreSQL-7.1.1
+  PostgreSQL version (example: PostgreSQL-7.1.1):   PostgreSQL-7.2devel
 
   Compiler used (example:  gcc 2.95.2)		:
 
diff --git a/doc/src/sgml/version.sgml b/doc/src/sgml/version.sgml
index ca157a2026b9beffcaaca2018ecaec86a10316eb..3e010bfb4db8113f239f2520eadc775cd3255165 100644
--- a/doc/src/sgml/version.sgml
+++ b/doc/src/sgml/version.sgml
@@ -3,5 +3,5 @@ Update this file to propagate correct current version numbers to the
 documentation.  In text, use for example &version; to refer to them.
 -->
 
-<!entity version "7.1.1">
-<!entity majorversion "7.1">
+<!entity version "7.2">
+<!entity majorversion "7.2">
diff --git a/register.txt b/register.txt
index 5ceccb1379f03b4bb1784d48799013fd57f4f3ae..8e53c55d41b6bf6be0568bfd9ea970346b17270c 100644
--- a/register.txt
+++ b/register.txt
@@ -1,5 +1,5 @@
 
-(2001-05-05)
+(2001-??-??)
 PostgreSQL has a Web site at http://www.postgresql.org/ which carries details
 on the latest release, upcoming features, and other information to make your
 work or play with PostgreSQL more productive.
diff --git a/src/include/config.h.win32 b/src/include/config.h.win32
index a3f478774c9864ddaa2bc14a9f2fffd6f91c65f5..de46dbf6cfc088ac344ab392e454260c3d7adfea 100644
--- a/src/include/config.h.win32
+++ b/src/include/config.h.win32
@@ -1,8 +1,8 @@
 /*
  * Parts of config.h that you get with autoconf on other systems
  */
-#define PG_VERSION "7.1.1"
-#define PG_VERSION_STR "7.1.1 (win32)"
+#define PG_VERSION "7.2.0"
+#define PG_VERSION_STR "7.2.0 (win32)"
 
 #define SYSCONFDIR ""
 
diff --git a/src/interfaces/ecpg/lib/Makefile b/src/interfaces/ecpg/lib/Makefile
index 3e7411df59dc48577af6e8f8f67077ba39efe7d3..7b413af49d84399298e843d8a60cbea226307938 100644
--- a/src/interfaces/ecpg/lib/Makefile
+++ b/src/interfaces/ecpg/lib/Makefile
@@ -4,7 +4,7 @@
 #
 # Copyright (c) 1994, Regents of the University of California
 #
-# $Header: /cvsroot/pgsql/src/interfaces/ecpg/lib/Attic/Makefile,v 1.11 2001/02/20 19:20:29 petere Exp $
+# $Header: /cvsroot/pgsql/src/interfaces/ecpg/lib/Attic/Makefile,v 1.12 2001/05/11 01:46:33 momjian Exp $
 #
 #-------------------------------------------------------------------------
 
@@ -14,7 +14,7 @@ include $(top_builddir)/src/Makefile.global
 
 NAME= ecpg
 SO_MAJOR_VERSION= 3
-SO_MINOR_VERSION= 2.0
+SO_MINOR_VERSION= 3.0
 
 override CPPFLAGS := -I$(top_srcdir)/src/interfaces/ecpg/include -I$(libpq_srcdir) $(CPPFLAGS)
 
diff --git a/src/interfaces/ecpg/preproc/Makefile b/src/interfaces/ecpg/preproc/Makefile
index 907b60777213821ee0c72248e9a2272819340e64..46a47c63bc39d3bde588571e309f6ea4006967a9 100644
--- a/src/interfaces/ecpg/preproc/Makefile
+++ b/src/interfaces/ecpg/preproc/Makefile
@@ -1,11 +1,11 @@
-# $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/Makefile,v 1.74 2001/02/20 19:20:29 petere Exp $
+# $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/Makefile,v 1.75 2001/05/11 01:46:33 momjian Exp $
 
 subdir = src/interfaces/ecpg/preproc
 top_builddir = ../../../..
 include $(top_builddir)/src/Makefile.global
 
 MAJOR_VERSION=2
-MINOR_VERSION=8
+MINOR_VERSION=9
 PATCHLEVEL=0
 
 override CPPFLAGS := -I$(srcdir)/../include $(CPPFLAGS) \
diff --git a/src/interfaces/jdbc/jdbc.jpx b/src/interfaces/jdbc/jdbc.jpx
index 851c013e7b80d358c6d6d0a69ca3e3aba55b54c1..8c17267ca1b17b4b3b39697cb03e08650516d268 100644
--- a/src/interfaces/jdbc/jdbc.jpx
+++ b/src/interfaces/jdbc/jdbc.jpx
@@ -1,32 +1,31 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--JBuilder XML Project-->
-<project>
-  <property category="runtime.0" name="RunnableType" value="com.borland.jbuilder.runtime.ApplicationRunner" />
-  <property category="runtime.0" name="jsprunner.docbase" value="." />
-  <property category="runtime.0" name="jsprunner.jspfile" value="E%|/docs/java/xml/example6" />
-  <property category="sys" name="BackupPath" value="bak" />
-  <property category="sys" name="CheckStable" value="1" />
-  <property category="sys" name="Company" value="" />
-  <property category="sys" name="Copyright" value="Copyright (c) 2001" />
-  <property category="sys" name="DefaultPackage" value="org.postgresql.core" />
-  <property category="sys" name="Description" value="" />
-  <property category="sys" name="DocPath" value="doc" />
-  <property category="sys" name="ExcludeClassEnabled" value="0" />
-  <property category="sys" name="JDK" value="java 1.3.0-C" />
-  <property category="sys" name="LastTag" value="0" />
-  <property category="sys" name="Libraries" value="JUnit" />
-  <property category="sys" name="MakeStable" value="0" />
-  <property category="sys" name="OutPath" value="build" />
-  <property category="sys" name="SourcePath" value="." />
-  <property category="sys" name="Title" value="" />
-  <property category="sys" name="Version" value="1.0" />
-  <property category="sys" name="WorkingDirectory" value="." />
-  <node type="Package" name="org.postgresql.core" />
-  <file path="build.xml" />
-  <file path="CHANGELOG" />
-  <file path="Implementation" />
-  <file path="README" />
-  <file path="org/postgresql/jdbc2/UpdateableResultSet.java" />
-</project>
-
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--JBuilder XML Project-->
+<project>
+  <property category="runtime.0" name="RunnableType" value="com.borland.jbuilder.runtime.ApplicationRunner" />
+  <property category="runtime.0" name="jsprunner.docbase" value="." />
+  <property category="runtime.0" name="jsprunner.jspfile" value="E%|/docs/java/xml/example6" />
+  <property category="sys" name="BackupPath" value="bak" />
+  <property category="sys" name="CheckStable" value="1" />
+  <property category="sys" name="Company" value="" />
+  <property category="sys" name="Copyright" value="Copyright (c) 2001" />
+  <property category="sys" name="DefaultPackage" value="org.postgresql.core" />
+  <property category="sys" name="Description" value="" />
+  <property category="sys" name="DocPath" value="doc" />
+  <property category="sys" name="ExcludeClassEnabled" value="0" />
+  <property category="sys" name="JDK" value="java 1.3.0-C" />
+  <property category="sys" name="LastTag" value="0" />
+  <property category="sys" name="Libraries" value="JUnit" />
+  <property category="sys" name="MakeStable" value="0" />
+  <property category="sys" name="OutPath" value="build" />
+  <property category="sys" name="SourcePath" value="." />
+  <property category="sys" name="Title" value="" />
+  <property category="sys" name="Version" value="1.0" />
+  <property category="sys" name="WorkingDirectory" value="." />
+  <node type="Package" name="org.postgresql.core" />
+  <file path="build.xml" />
+  <file path="CHANGELOG" />
+  <file path="Implementation" />
+  <file path="README" />
+  <file path="org/postgresql/jdbc2/UpdateableResultSet.java" />
+</project>
diff --git a/src/interfaces/libpgeasy/Makefile b/src/interfaces/libpgeasy/Makefile
index a5501657018116944f6dab58d436c6f52ec18d82..7ea4fa642a1603bb76a612990c6c8651077e719f 100644
--- a/src/interfaces/libpgeasy/Makefile
+++ b/src/interfaces/libpgeasy/Makefile
@@ -2,7 +2,7 @@
 #
 # Makefile for src/interfaces/libpgeasy
 #
-# $Header: /cvsroot/pgsql/src/interfaces/libpgeasy/Attic/Makefile,v 1.6 2001/02/20 19:20:29 petere Exp $
+# $Header: /cvsroot/pgsql/src/interfaces/libpgeasy/Attic/Makefile,v 1.7 2001/05/11 01:46:33 momjian Exp $
 #
 #-------------------------------------------------------------------------
 
@@ -14,7 +14,7 @@ include $(top_builddir)/src/Makefile.global
 # shared library parameters
 NAME= pgeasy
 SO_MAJOR_VERSION= 2
-SO_MINOR_VERSION= 1
+SO_MINOR_VERSION= 2
 
 override CPPFLAGS := -I$(libpq_srcdir) $(CPPFLAGS)
 
diff --git a/src/interfaces/libpgtcl/Makefile b/src/interfaces/libpgtcl/Makefile
index fdc6d83f5c4d3dd746c8904d6d57a89ee1c1f2a2..32b21685511844dd2a6912fc26cfaf8ed30d5695 100644
--- a/src/interfaces/libpgtcl/Makefile
+++ b/src/interfaces/libpgtcl/Makefile
@@ -4,7 +4,7 @@
 #
 # Copyright (c) 1994, Regents of the University of California
 #
-# $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile,v 1.25 2001/02/20 19:20:29 petere Exp $
+# $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile,v 1.26 2001/05/11 01:46:33 momjian Exp $
 #
 #-------------------------------------------------------------------------
 
@@ -14,7 +14,7 @@ include ../../Makefile.global
 
 NAME= pgtcl
 SO_MAJOR_VERSION= 2
-SO_MINOR_VERSION= 1
+SO_MINOR_VERSION= 2
 
 override CPPFLAGS := -I$(libpq_srcdir) $(CPPFLAGS)
 
diff --git a/src/interfaces/libpq++/Makefile b/src/interfaces/libpq++/Makefile
index 48a9cff86ffdccd9b0aa85c20ae68163c54743aa..957f5cc208f00d72724754b4b84bfd00fe13d9ae 100644
--- a/src/interfaces/libpq++/Makefile
+++ b/src/interfaces/libpq++/Makefile
@@ -4,7 +4,7 @@
 #
 # Copyright (c) 1994, Regents of the University of California
 #
-# $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/Makefile,v 1.28 2001/02/20 19:20:29 petere Exp $
+# $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/Makefile,v 1.29 2001/05/11 01:46:33 momjian Exp $
 #
 #-------------------------------------------------------------------------
 
@@ -14,7 +14,7 @@ include $(top_builddir)/src/Makefile.global
 
 NAME= pq++
 SO_MAJOR_VERSION= 3
-SO_MINOR_VERSION= 1
+SO_MINOR_VERSION= 2
 
 override CPPFLAGS := -I$(libpq_srcdir) $(CPPFLAGS)
 
diff --git a/src/interfaces/libpq/Makefile b/src/interfaces/libpq/Makefile
index ec920e58cde313a9557d9eec7dfc5b010c061ec7..d29f8be2aae92df2d74587982bdb43c5fa5dc1d1 100644
--- a/src/interfaces/libpq/Makefile
+++ b/src/interfaces/libpq/Makefile
@@ -4,7 +4,7 @@
 #
 # Copyright (c) 1994, Regents of the University of California
 #
-# $Header: /cvsroot/pgsql/src/interfaces/libpq/Makefile,v 1.51 2001/02/20 19:20:29 petere Exp $
+# $Header: /cvsroot/pgsql/src/interfaces/libpq/Makefile,v 1.52 2001/05/11 01:46:33 momjian Exp $
 #
 #-------------------------------------------------------------------------
 
@@ -15,7 +15,7 @@ include $(top_builddir)/src/Makefile.global
 # shared library parameters
 NAME= pq
 SO_MAJOR_VERSION= 2
-SO_MINOR_VERSION= 1
+SO_MINOR_VERSION= 2
 
 override CPPFLAGS := -I$(srcdir) $(CPPFLAGS) -DFRONTEND -DSYSCONFDIR='"$(sysconfdir)"'
 
diff --git a/src/interfaces/libpq/libpq.rc b/src/interfaces/libpq/libpq.rc
index 5652bd8ca811d99a023c8d10fdfd1912141408d2..9ba9e768aef55b4f474f5f5a2be14f97b5ed7786 100644
--- a/src/interfaces/libpq/libpq.rc
+++ b/src/interfaces/libpq/libpq.rc
@@ -1,8 +1,8 @@
 #include <winver.h>
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 7,1,1,0
- PRODUCTVERSION 7,1,1,0
+ FILEVERSION 7,2,0,0
+ PRODUCTVERSION 7,2,0,0
  FILEFLAGSMASK 0x3fL
  FILEFLAGS 0
  FILEOS VOS__WINDOWS32
@@ -15,13 +15,13 @@ BEGIN
         BEGIN
             VALUE "CompanyName", "\0"
             VALUE "FileDescription", "PostgreSQL Access Library\0"
-            VALUE "FileVersion", "7, 1, 0, 0\0"
+            VALUE "FileVersion", "7, 2, 0, 0\0"
             VALUE "InternalName", "libpq\0"
             VALUE "LegalCopyright", "Copyright (C) 2000\0"
             VALUE "LegalTrademarks", "\0"
             VALUE "OriginalFilename", "libpq.dll\0"
             VALUE "ProductName", "PostgreSQL\0"
-            VALUE "ProductVersion", "7, 1, 0, 0\0"
+            VALUE "ProductVersion", "7, 2, 0, 0\0"
         END
     END
     BLOCK "VarFileInfo"
diff --git a/src/interfaces/odbc/GNUmakefile b/src/interfaces/odbc/GNUmakefile
index 830dd699c25ef948904652fa5dad5301fd3f2503..4d02a8d60c76c5dbafdec1d026541fdb7fa045f2 100644
--- a/src/interfaces/odbc/GNUmakefile
+++ b/src/interfaces/odbc/GNUmakefile
@@ -2,7 +2,7 @@
 #
 # GNUMakefile for psqlodbc (Postgres ODBC driver)
 #
-# $Header: /cvsroot/pgsql/src/interfaces/odbc/Attic/GNUmakefile,v 1.15 2001/03/26 09:34:17 inoue Exp $
+# $Header: /cvsroot/pgsql/src/interfaces/odbc/Attic/GNUmakefile,v 1.16 2001/05/11 01:46:33 momjian Exp $
 #
 #-------------------------------------------------------------------------
 
@@ -13,7 +13,7 @@ include $(top_builddir)/src/Makefile.global
 # Shared library parameters
 NAME = psqlodbc
 SO_MAJOR_VERSION = 0
-SO_MINOR_VERSION = 26
+SO_MINOR_VERSION = 27
 
 override CPPFLAGS := -I$(srcdir) $(CPPFLAGS) -DHAVE_CONFIG_H -DODBCINSTDIR='"$(odbcinst_ini_dir)"'
 
diff --git a/src/interfaces/perl5/Pg.pm b/src/interfaces/perl5/Pg.pm
index 2d6f7a15b7cb801153be9dbd71449c9b98d7f48b..66dfd3961ea81f1b3e01a0d51fed272f8873602b 100644
--- a/src/interfaces/perl5/Pg.pm
+++ b/src/interfaces/perl5/Pg.pm
@@ -1,6 +1,6 @@
 #-------------------------------------------------------
 #
-# $Id: Pg.pm,v 1.8 1998/09/27 19:12:22 mergl Exp $
+# $Id: Pg.pm,v 1.9 2001/05/11 01:46:33 momjian Exp $
 #
 # Copyright (c) 1997, 1998  Edmund Mergl
 #
@@ -99,7 +99,7 @@ require 5.002;
 	PGRES_InvalidOid
 );
 
-$Pg::VERSION = '1.8.0';
+$Pg::VERSION = '1.9.0';
 
 sub AUTOLOAD {
     # This AUTOLOAD is used to 'autoload' constants from the constant()