diff --git a/core/includes/bootstrap.inc b/core/includes/bootstrap.inc
index 1a95c2c..59c94c1 100644
--- a/core/includes/bootstrap.inc
+++ b/core/includes/bootstrap.inc
@@ -8,12 +8,12 @@
 /**
  * The current system version.
  */
-const VERSION = '8.0-dev';
+const VERSION = '7.0-dev';
 
 /**
  * Core API compatibility.
  */
-const DRUPAL_CORE_COMPATIBILITY = '8.x';
+const DRUPAL_CORE_COMPATIBILITY = '7.x';
 
 /**
  * Minimum supported version of PHP.
diff --git a/includes b/includes
new file mode 120000
index 0000000..6b57a8c
--- /dev/null
+++ b/includes
@@ -0,0 +1 @@
+core/includes
\ No newline at end of file
diff --git a/misc b/misc
new file mode 120000
index 0000000..c2631ee
--- /dev/null
+++ b/misc
@@ -0,0 +1 @@
+core/misc
\ No newline at end of file
diff --git a/modules b/modules
new file mode 120000
index 0000000..d7d458f
--- /dev/null
+++ b/modules
@@ -0,0 +1 @@
+core/modules
\ No newline at end of file
