Hi
I have a slight issue with the version numbering in my projects.
Say for example that I have 4 classes One Two Three Four
The first time that I release this software, it will be labeled as version 1.0.0
In my java doc comment, for all classes, I have it as @version 1.0.0
So now test sends it back with a bug in class Two
I update class Two and now have to release version 1.0.1
Do I now update the @version tag in every class?
Or do I eventually just end up with a bunch of classes with different version numbers in the javadoc comments?