--- a/web/lib/Zend/Version.php Thu May 07 15:10:09 2015 +0200
+++ b/web/lib/Zend/Version.php Thu May 07 15:16:02 2015 +0200
@@ -14,9 +14,9 @@
*
* @category Zend
* @package Zend_Version
- * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
- * @version $Id: Version.php 25289 2013-03-13 16:51:14Z matthew $
+ * @version $Id$
*/
/**
@@ -24,7 +24,7 @@
*
* @category Zend
* @package Zend_Version
- * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
final class Zend_Version
@@ -32,7 +32,7 @@
/**
* Zend Framework version identification - see compareVersion()
*/
- const VERSION = '1.12.3';
+ const VERSION = '1.12.11';
/**
* The latest stable version Zend Framework available