Skip to content

Commit

Permalink
Updated version for dev snapshot
Browse files Browse the repository at this point in the history
- Updated to 2.0.0dev3
  • Loading branch information
weierophinney committed Jun 14, 2011
1 parent 927c3d1 commit 938dadb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
14 changes: 5 additions & 9 deletions README.txt
Expand Up @@ -2,23 +2,19 @@ Welcome to the Zend Framework 2.0.0 Release!


RELEASE INFORMATION RELEASE INFORMATION
--------------- ---------------
Zend Framework 2.0.0dev2 Zend Framework 2.0.0dev3


THIS RELEASE IS A DEVELOPMENT RELEASE AND NOT INTENDED FOR PRODUCTION USE. THIS RELEASE IS A DEVELOPMENT RELEASE AND NOT INTENDED FOR PRODUCTION USE.
PLEASE USE AT YOUR OWN RISK. PLEASE USE AT YOUR OWN RISK.


NEW FEATURES NEW FEATURES
------------ ------------


This release concludes two different milestones: This release contains the following:


- Autoloading and Plugin Loading: - EventManager component (Zend\EventManager)
http://framework.zend.com/wiki/display/ZFDEV2/Zend+Framework+2.0+Milestones#ZendFramework2.0Milestones-Milestone%3AAutoloading%26PluginLoading - Initial prototype/development of a comprehensive Dependency Injection
- Exceptions component (Zend\Di)
http://framework.zend.com/wiki/display/ZFDEV2/Zend+Framework+2.0+Milestones#ZendFramework2.0Milestones-Milestone%3AExceptions

Several components are still in progress, or were skipped due to planned
rewrites later.


SYSTEM REQUIREMENTS SYSTEM REQUIREMENTS
------------------- -------------------
Expand Down
2 changes: 1 addition & 1 deletion library/Zend/Version.php
Expand Up @@ -36,7 +36,7 @@ final class Version
/** /**
* Zend Framework version identification - see compareVersion() * Zend Framework version identification - see compareVersion()
*/ */
const VERSION = '2.0.0dev2'; const VERSION = '2.0.0dev3';


/** /**
* The latest stable version Zend Framework available * The latest stable version Zend Framework available
Expand Down

0 comments on commit 938dadb

Please sign in to comment.