import v1.1.0_beta1 | 2009-08-21
This commit is contained in:
@ -16,7 +16,7 @@
|
||||
* @package Zend_Version
|
||||
* @copyright Copyright (c) 2005-2008 Zend Technologies USA Inc. (http://www.zend.com)
|
||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||
* @version $Id: Version.php 12614 2008-11-13 14:12:41Z alexander $
|
||||
* @version $Id: Version.php 16237 2009-06-22 14:04:10Z alexander $
|
||||
*/
|
||||
|
||||
/**
|
||||
@ -32,11 +32,11 @@ final class Zend_Version
|
||||
/**
|
||||
* Zend Framework version identification - see compareVersion()
|
||||
*/
|
||||
const VERSION = '1.7.0';
|
||||
const VERSION = '1.8.4';
|
||||
|
||||
/**
|
||||
* Compare the specified Zend Framework version string $version
|
||||
* with the current Zend_Version::VERSION of the Zend Framework.
|
||||
* with the current Zend_Version::VERSION of Zend Framework.
|
||||
*
|
||||
* @param string $version A version string (e.g. "0.7.1").
|
||||
* @return boolean -1 if the $version is older,
|
||||
|
Reference in New Issue
Block a user