version number mistake

Probably every opensource developer makes this mistake once. Releasing a new version of his program, without bumping the version number in the “About Dialog”. I have always wondered how that could happen. Now I managed it myself in a very stupid way. The rsscript ran successfull in the test environment. I bumped the version in CVS. I discovered a last minute bug, corrected it direct on the testserver and copied the testversion into the development environment and didn’t look careful enough at the cvs diff. D’oh!