-- Victor Farazdagi <[email protected]> wrote (on Friday, 18 December 2009, 04:56 PM +0300): > Hi! > How come current Zend_Version points to 1.10.0alpha? I noticed that > > zf show version > > brings 1.10.0alpha - thought I had some issues with my include path (probably > including some old version of ZF). But nope, I check out from the trunk, and > Zend/Version.php contains exactly "1.10.0alpha". Probably, I just missed the > versioning scheme, but shouldn't it be something along the lines of 1.9.*dev? > > Could somebody elaborate on it?
The release-1.9 branch has 1.9.*dev, while trunk points to the _upcoming_ minor release (1.10.0alpha). Basically, trunk represents ongoing development that will be released in the next minor release, while the individual release branches represent bugfixes for that particular minor release series. As such, they have different versioning numbers. -- Matthew Weier O'Phinney Project Lead | [email protected] Zend Framework | http://framework.zend.com/
