Commit 9ebf70b4949bf667cb90db86d2daebc681c670b1

Authored by nbm
1 parent 79934b36

Record the expected database version in the distribution.


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3269 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 1 additions and 0 deletions
config/dmsDefaults.php
... ... @@ -360,6 +360,7 @@ if ($i18nLoaded === false) {
360 360 }
361 361  
362 362 $default->systemVersion = file_get_contents(KT_DIR . '/docs/VERSION.txt');
  363 +$default->lastDatebaseVersion = '2.0.2';
363 364  
364 365 KTInit::cleanGlobals();
365 366 KTInit::cleanMagicQuotes();
... ...