Commit 0fef98829979fdd3996d4e0dc294f0c44977febd
1 parent
a99fe365
add a "friendly" version name
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5186 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
2 changed files
with
2 additions
and
0 deletions
config/dmsDefaults.php
| ... | ... | @@ -490,6 +490,7 @@ require_once(KT_LIB_DIR . '/database/lookup.inc'); |
| 490 | 490 | include("tableMappings.inc"); |
| 491 | 491 | |
| 492 | 492 | $default->systemVersion = trim(file_get_contents(KT_DIR . '/docs/VERSION.txt')); |
| 493 | +$default->versionName = trim(file_get_contents(KT_DIR . '/docs/VERSION-NAME.txt')); | |
| 493 | 494 | |
| 494 | 495 | $KTInit->cleanGlobals(); |
| 495 | 496 | $KTInit->cleanMagicQuotes(); | ... | ... |
docs/VERSION-NAME.txt
0 → 100644
| 1 | +3.0.1.2 | ... | ... |