diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 131e172414fe073a1f7f4fd80fba55f1d28a8806..0871770739955e758bed009395f7e5447e898fd3 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,4 +1,7 @@
 
+Drupal 7.3-dev, xxxx-xx-xx (development version)
+----------------------
+
 Drupal 7.2, 2011-05-25
 ----------------------
 - Added a default .gitignore file.
diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc
index b70149cd30a4127aa95daadfcb16d605e8c227b6..d96072abe66a9794e1eaaaa3c433fcfcc88da644 100644
--- a/includes/bootstrap.inc
+++ b/includes/bootstrap.inc
@@ -8,7 +8,7 @@
 /**
  * The current system version.
  */
-define('VERSION', '7.2');
+define('VERSION', '7.x-dev');
 
 /**
  * Core API compatibility.