import v1.1.0_beta1 | 2009-08-21

This commit is contained in:
2019-07-17 22:16:19 +02:00
parent 2c1152f0d3
commit 8dee6b1a10
2306 changed files with 251360 additions and 23428 deletions

View File

@ -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,