From 9ebf70b4949bf667cb90db86d2daebc681c670b1 Mon Sep 17 00:00:00 2001 From: nbm Date: Fri, 13 May 2005 11:28:41 +0000 Subject: [PATCH] Record the expected database version in the distribution. --- config/dmsDefaults.php | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/config/dmsDefaults.php b/config/dmsDefaults.php index 456af95..8f27400 100644 --- a/config/dmsDefaults.php +++ b/config/dmsDefaults.php @@ -360,6 +360,7 @@ if ($i18nLoaded === false) { } $default->systemVersion = file_get_contents(KT_DIR . '/docs/VERSION.txt'); +$default->lastDatebaseVersion = '2.0.2'; KTInit::cleanGlobals(); KTInit::cleanMagicQuotes(); -- libgit2 0.21.4