Adjusted the release notes and readme in preparation of the next release.
diff --git a/modules/README b/modules/README
index ab79c2f..0ea0d50 100644
--- a/modules/README
+++ b/modules/README
@@ -9,7 +9,7 @@
     data and push data in real-time to Adobe® Flex® and Adobe AIR™ applications
     for more responsive rich Internet application (RIA) experiences..
 
-    Apache Flex BlazeDS 4.7.1 is an update to the initial release of BlazeDS 
+    Apache Flex BlazeDS 4.7.2 is an update to the initial release of BlazeDS
     from the Apache Software Foundation.  Prior to this, releases were provided 
     by Adobe Systems Inc. It is compatible with most code written to target Adobe
     Flex 4.6.
@@ -33,7 +33,7 @@
     For further information visit http://flex.apache.org/download-source.html
 
 
-Building Apache Flex BlazeDS 4.7.1
+Building Apache Flex BlazeDS 4.7.2
 ==================================
 
     Apache Flex BlazeDS is a large project. It requires some build tools which must be
@@ -100,27 +100,27 @@
     <dependency>
         <groupId>org.apache.flex.blazeds</groupId>
         <artifactId>flex-messaging-common</artifactId>
-        <version>4.7.1</version>
+        <version>4.7.2</version>
     </dependency>
     <dependency>
         <groupId>org.apache.flex.blazeds</groupId>
         <artifactId>flex-messaging-core</artifactId>
-        <version>4.7.1</version>
+        <version>4.7.2</version>
     </dependency>
     <dependency>
         <groupId>org.apache.flex.blazeds</groupId>
         <artifactId>flex-messaging-opt</artifactId>
-        <version>4.7.1</version>
+        <version>4.7.2</version>
     </dependency>
     <dependency>
         <groupId>org.apache.flex.blazeds</groupId>
         <artifactId>flex-messaging-proxy</artifactId>
-        <version>4.7.1</version>
+        <version>4.7.2</version>
     </dependency>
     <dependency>
         <groupId>org.apache.flex.blazeds</groupId>
         <artifactId>flex-messaging-remoting</artifactId>
-        <version>4.7.1</version>
+        <version>4.7.2</version>
     </dependency>
 
 
diff --git a/modules/RELEASE_NOTES b/modules/RELEASE_NOTES
index 079269c..ee94e7d 100644
--- a/modules/RELEASE_NOTES
+++ b/modules/RELEASE_NOTES
@@ -1,3 +1,13 @@
+Apache Flex BlazeDS 4.7.2
+=======================
+
+Apache Flex BlazeDS 4.7.2 is an update to 4.7.1 to allow configuration control
+over allowind document type declarations inside an AMF XML payload.
+
+Known Issues
+_____________
+FLEX-34648 Memory Leak occurred in AsyncMessage when sending a lot of messages
+
 Apache Flex BlazeDS 4.7.1
 =======================
 
@@ -6,7 +16,7 @@
 
 Known Issues
 _____________
-FLEX-34648 Memory Leak occurred in AsyncMessage when sending alot of
+FLEX-34648 Memory Leak occurred in AsyncMessage when sending a lot of messages
 
 Apache Flex BlazeDS 4.7
 =======================