The way I use @version is, in conjunction with @since. IMHO, I think @version represents version of software when this class was modified and @since represents the version of the software when this file/class was created.
On @author, my policy is each developer who has ever contributed to that class (in some major way) should append his/her name.
So, if you see all these processes are manual and need to be done by Class creator/modifier at the time of coding. And, obviously you will have unequal version of files. And, I guess that makes sense.
I would like to listen if someone differs on this.