install/includes/common.php
changeset 1259 49db7495f6b8
parent 1227 bdac73ed481e
child 1346 b79029a49d28
--- a/install/includes/common.php	Thu Jul 01 18:25:04 2010 -0400
+++ b/install/includes/common.php	Thu Jul 01 20:24:19 2010 -0400
@@ -21,6 +21,12 @@
 	// 'sub' => '3' will produce Enano 1.1.1a3 / Enano 1.1.1 alpha 3
 );
 
+// Database schema version
+// This is incremented each time a change to the database structure is made.
+// If it doesn't match the version in the DB, the user will be asked to upgrade.
+// This must match includes/common.php!
+$db_version = 1125;
+
 function installer_enano_version($long = false)
 {
 	global $installer_version;