Added extra comment to ignored current version config.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1093 e3e1d417-86f3-4887-817a-d78f3d33393fpull/27/merge
parent
b09a12cdda
commit
f7f26a9ec9
|
@ -102,6 +102,14 @@ my @options =
|
|||
readonly => 1,
|
||||
category => 'core',
|
||||
},
|
||||
{
|
||||
name => "ZM_PATH_BUILD",
|
||||
default => "@PATH_BUILD@",
|
||||
description => "ZoneMinder build directory , autogenerated do not change",
|
||||
type => $types{string},
|
||||
readonly => 1,
|
||||
category => 'core',
|
||||
},
|
||||
{
|
||||
name => "ZM_PATH_BIN",
|
||||
default => "$bindir",
|
||||
|
@ -1203,7 +1211,16 @@ my @options =
|
|||
{
|
||||
name => "ZM_DYN_CURR_VERSION",
|
||||
default => "@VERSION@",
|
||||
description => "What the effective current version of ZoneMinder is, might be different from actual",
|
||||
description => "What the effective current version of ZoneMinder is, might be different from actual if versions ignored",
|
||||
help => "",
|
||||
type => $types{string},
|
||||
readonly => 1,
|
||||
category => 'dynamic',
|
||||
},
|
||||
{
|
||||
name => "ZM_DYN_DB_VERSION",
|
||||
default => "",
|
||||
description => "What the version of the database is, from zmupdate",
|
||||
help => "",
|
||||
type => $types{string},
|
||||
readonly => 1,
|
||||
|
|
Loading…
Reference in New Issue