Commit 729402e0a762ea70b9b8c8282fee1558856efd54
1 parent
7319418e
Exists in
master
Apresentação da versão de referência do SEI e SIP
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
sei/ConfiguracaoSEI.php
@@ -33,7 +33,7 @@ class ConfiguracaoSEI extends InfraConfiguracao { | @@ -33,7 +33,7 @@ class ConfiguracaoSEI extends InfraConfiguracao { | ||
33 | 33 | ||
34 | 'PaginaSEI' => array( | 34 | 'PaginaSEI' => array( |
35 | 'NomeSistema' => 'SEI', | 35 | 'NomeSistema' => 'SEI', |
36 | - 'NomeSistemaComplemento' => 'v2.6.0', | 36 | + 'NomeSistemaComplemento' => SEI_VERSAO, |
37 | 'LogoMenu' => ''), | 37 | 'LogoMenu' => ''), |
38 | 38 | ||
39 | 'SessaoSEI' => array( | 39 | 'SessaoSEI' => array( |
sei/ConfiguracaoSip.php
@@ -24,7 +24,7 @@ class ConfiguracaoSip extends InfraConfiguracao { | @@ -24,7 +24,7 @@ class ConfiguracaoSip extends InfraConfiguracao { | ||
24 | 24 | ||
25 | 'PaginaSip' => array( | 25 | 'PaginaSip' => array( |
26 | 'NomeSistema' => 'SIP', | 26 | 'NomeSistema' => 'SIP', |
27 | - 'NomeSistemaComplemento' => 'v2.6.0'), | 27 | + 'NomeSistemaComplemento' => SIP_VERSAO), |
28 | 28 | ||
29 | 'SessaoSip' => array( | 29 | 'SessaoSip' => array( |
30 | 'SiglaOrgaoSistema' => 'ABC', | 30 | 'SiglaOrgaoSistema' => 'ABC', |