I am working on using JetBrain's TeamCity to automatic post successful builds as updates using wyBuild. My question is, since TeamCity is getting my .wyp file from source control, and then generating a new version using an automated process that creates the "newversion.xml" file. The updated .wyp file, containing both the original version as well as the newly created version will be lost next time TeamCity does a succesful build and deployment.
Is it important to keep all of this versioning information?
So for example, my original .wyp project would have 1.0 in it. TeamCity would build and deploy 1.1, 1.2, 1.3, 1.4. At some point I add 2.0 to my .wyp project file and commit that to my source control again, and now TeamCity will have 1.0, 2.0, 2.1, etc. The versions which were posted (and presumably still exist on the deployment website) are lost. Is that a problem?