From 2ab0cabb429f8013bcc89e786431ec98bd6e27ab Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Wed, 17 Oct 2012 16:37:02 -0500 Subject: [PATCH] Bump to 2.0.4dev --- README.md | 8 ++++---- library/Zend/Version/Version.php | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 84e34a9b2f8..0272f110a98 100644 --- a/README.md +++ b/README.md @@ -5,13 +5,13 @@ Develop: [![Build Status](https://secure.travis-ci.org/zendframework/zf2.png?bra ## RELEASE INFORMATION -*Zend Framework 2.0.3* +*Zend Framework 2.0.4dev* -This is the third maintenance release for the 2.0 series. +This is the fourth maintenance release for the 2.0 series. -17 Oct 2012 +XX YYY 2012 -### UPDATES IN 2.0.3 +### UPDATES IN 2.0.4 Please see CHANGELOG.md. diff --git a/library/Zend/Version/Version.php b/library/Zend/Version/Version.php index e3fb44de34e..f8ae2f55489 100644 --- a/library/Zend/Version/Version.php +++ b/library/Zend/Version/Version.php @@ -23,7 +23,7 @@ final class Version /** * Zend Framework version identification - see compareVersion() */ - const VERSION = '2.0.3'; + const VERSION = '2.0.4dev'; /** * Github Service Identifier for version information is retreived from