I want to have one file where I can check which version is installed. Its a PHP program so you can look into the files. I was thinking if there is a standardized place to put it since in the Zend Framework or the HTMLpurifier I can't find the version number at all.
I would also want to add it to the Zend Framework and HTMLPurifier if there is no standard location so I always know what version is installed. Having to update a txt file would be another alternative..
EDIT: We are thinking of using PHPundercontrol in the very near future but why should it update the Zend Frameworks number? How should it know that I uploaded a new version of it?