Commit 8bfb76fee2a49e373ae99d1635742724c3cdad35

Authored by Marcelo Linhares Castro
2 parents c42c5fd2 cce5e18d

Merge branch 'MarceloAjuste3.0.15' into 'master'

Marcelo ajuste3.0.15

See merge request !8
Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
PENIntegracao.php
@@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
2 2
3 class PENIntegracao extends SeiIntegracao { 3 class PENIntegracao extends SeiIntegracao {
4 4
5 - const COMPATIBILIDADE_MODULO_SEI = array('3.0.5', '3.0.6', '3.0.7', '3.0.8', '3.0.9', '3.0.11', '3.0.12', '3.0.13'); 5 + const COMPATIBILIDADE_MODULO_SEI = array('3.0.5', '3.0.6', '3.0.7', '3.0.8', '3.0.9', '3.0.11', '3.0.12', '3.0.13', '3.0.14', '3.0.15');
6 6
7 private static $strDiretorio; 7 private static $strDiretorio;
8 8
@@ -11,7 +11,7 @@ class PENIntegracao extends SeiIntegracao { @@ -11,7 +11,7 @@ class PENIntegracao extends SeiIntegracao {
11 } 11 }
12 12
13 public function getVersao() { 13 public function getVersao() {
14 - return '1.1.5'; 14 + return '1.1.6';
15 } 15 }
16 16
17 17