6.3.
diff --git a/build.properties b/build.properties
index 84f1c71..1cf39cf 100644
--- a/build.properties
+++ b/build.properties
@@ -2,7 +2,7 @@
 # TestNG distribution
 #
 testng.basename=testng
-testng.version=6.2.2beta
+testng.version=6.3
 testng.fullname=${testng.basename}-${testng.version}
 
 #
diff --git a/doc/download.html b/doc/download.html
index 5022549..f3877fa 100644
--- a/doc/download.html
+++ b/doc/download.html
@@ -15,7 +15,7 @@
 

 <h3>Current Release Version</h3>

 

-<p> You can <a href="http://testng.org/testng-6.2.zip">download the current release version of TestNG here</a>. </p>

+<p> You can <a href="http://testng.org/testng-6.3.zip">download the current release version of TestNG here</a>. </p>

 <p>For the Eclipse plug-in, we suggest using the update site:</p>

 <ul>

 	<li>Select<i> Help / Software updates / Find and Install.</i> 

diff --git a/doc/index.html b/doc/index.html
index 5649e31..544946d 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -42,9 +42,9 @@
 
 
 <p align="right"><font size="-2"><em>C&eacute;dric Beust (cedric at beust.com)<br>
-Current version: 6.2<br>
+Current version: 6.3<br>
 Created:&nbsp;April 27th, 2004<br>
-Last Modified:&nbsp; August 18th, 2011</em></font></p>
+Last Modified:&nbsp; October 16th, 2011</em></font></p>
 
 
 <p>TestNG is a testing framework inspired from JUnit and NUnit but introducing
diff --git a/pom-test.xml b/pom-test.xml
index 2260e59..c493e7f 100644
--- a/pom-test.xml
+++ b/pom-test.xml
@@ -67,7 +67,7 @@
     <dependency>
       <groupId>org.testng</groupId>
       <artifactId>testng</artifactId>
-      <version>6.3-SNAPSHOT</version>
+      <version>6.4-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
    </dependencies>