Skip to content

Commit

Permalink
Updated version strings
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Oct 30, 2010
1 parent 6cd397e commit b957fb9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
20 changes: 9 additions & 11 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,23 @@ Welcome to the Zend Framework 2.0.0 Release!

RELEASE INFORMATION
---------------
Zend Framework 2.0.0dev1
Zend Framework 2.0.0dev2

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

At this time, we have tested all functionality of Zend\Tool, and followed the
Quick Start application instructions, and all functionality works as it did in
the ZF1 series of releases. However, most Zend\Service components have not been
migrated to namespaces, and Zend\Db has not been completely vetted (in favor of
doing a complete refactor). Again, please use at your own risk, and be prepared
for major changes in APIs in the development and alpha milestones prior to the
first beta release.

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

Please see the ZF2 Requirements page for details on new features and changes:
This release concludes two different milestones:

- Autoloading and Plugin Loading:
http://framework.zend.com/wiki/display/ZFDEV2/Zend+Framework+2.0+Milestones#ZendFramework2.0Milestones-Milestone%3AAutoloading%26PluginLoading
- Exceptions
http://framework.zend.com/wiki/display/ZFDEV2/Zend+Framework+2.0+Milestones#ZendFramework2.0Milestones-Milestone%3AExceptions

http://framework.zend.com/wiki/display/ZFDEV2/Zend+Framework+2.0+Requirements
Several components are still in progress, or were skipped due to planned
rewrites later.

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

/**
* Compare the specified Zend Framework version string $version
Expand Down

0 comments on commit b957fb9

Please sign in to comment.