Skip to content

Commit

Permalink
Fixed warning -> Property was not defined.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmuench committed Nov 21, 2012
1 parent 65b1725 commit dd72436
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion src/N98/Magento/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class Application extends BaseApplication
/**
* @var string
*/
const APP_VERSION = '1.39.2';
const APP_VERSION = '1.39.3';

/**
* @var \Composer\Autoload\ClassLoader
Expand All @@ -101,6 +101,11 @@ class Application extends BaseApplication
*/
protected $_magentoEnterprise = false;

/**
* @var int
*/
protected $_magentoMajorVersion = self::MAGENTO_MAJOR_VERSION_1;

public function __construct($autoloader)
{
$this->autoloader = $autoloader;
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.39.2
1.39.3

0 comments on commit dd72436

Please sign in to comment.