Update patch application range

This commit is contained in:
Romain Neutron
2012-07-23 16:34:03 +02:00
parent 4d4fa8fd32
commit 559bdd3636
8 changed files with 9 additions and 8 deletions

View File

@@ -20,7 +20,7 @@ class patch_370 implements patchInterface
* *
* @var string * @var string
*/ */
private $release = '3.7.0.0.a2'; private $release = '3.7.0a2';
/** /**
* *

View File

@@ -20,7 +20,7 @@ class patch_370a3 implements patchInterface
* *
* @var string * @var string
*/ */
private $release = '3.7.0.0.a3'; private $release = '3.7.0a3';
/** /**
* *
@@ -53,6 +53,7 @@ class patch_370a3 implements patchInterface
public function apply(base &$appbox) public function apply(base &$appbox)
{ {
exit('applying atch'.__CLASS__);
$appbox = \appbox::get_instance(\bootstrap::getCore()); $appbox = \appbox::get_instance(\bootstrap::getCore());
try { try {

View File

@@ -20,7 +20,7 @@ class patch_370a4 implements patchInterface
* *
* @var string * @var string
*/ */
private $release = '3.7.0.0.a4'; private $release = '3.7.0a4';
/** /**
* *

View File

@@ -20,7 +20,7 @@ class patch_370a5 implements patchInterface
* *
* @var string * @var string
*/ */
private $release = '3.7.0.0.a5'; private $release = '3.7.0a5';
/** /**
* *

View File

@@ -20,7 +20,7 @@ class patch_370a6 implements patchInterface
* *
* @var string * @var string
*/ */
private $release = '3.7.0.0.a6'; private $release = '3.7.0a6';
/** /**
* *

View File

@@ -23,7 +23,7 @@ class patch_370a7 implements patchInterface
* *
* @var string * @var string
*/ */
private $release = '3.7.0.0.a7'; private $release = '3.7.0a7';
/** /**
* *

View File

@@ -20,7 +20,7 @@ class patch_370a8 implements patchInterface
* *
* @var string * @var string
*/ */
private $release = '3.7.0.0.a8'; private $release = '3.7.0a8';
/** /**
* *

View File

@@ -22,7 +22,7 @@ class patch_370a9 implements patchInterface
* *
* @var string * @var string
*/ */
private $release = '3.7.0.0.a9'; private $release = '3.7.0a9';
/** /**
* *