zendframework / zf1

This project reached its end-of-life on 2016-09-28. Contains conversion of ZF1 subversion repo to git, from version 15234 forward, and only containing master and release-1.12 branches and 1.12 tags.
https://framework.zend.com/blog/2016-06-28-zf1-eol.html
BSD 3-Clause "New" or "Revised" License
357 stars 801 forks source link

VERSION constant incorrect for 1.12.17 release tag. #647

Closed jonnott closed 8 years ago

jonnott commented 8 years ago

https://github.com/zendframework/zf1/blob/release-1.12.17/library/Zend/Version.php

..should be 1.12.17, not 1.12.17dev

jonnott commented 8 years ago

..also incorrect in README.md

froschdesign commented 8 years ago

ping @weierophinney

weierophinney commented 8 years ago

We can't fix it in the 1.12.17 release, but noted for the 1.12.18 release.

weierophinney commented 8 years ago

1.12.18 release has the correct VERSION constant, and the README file is properly updated.