Managing multiple CSS files, shared properties, JS files, font icons, and images that require constant updates can be exhausting. Every time I try to push changes to the main repository, I have to bump the version number of each file using "?=number", which becomes a tedious task. Is there a more efficient way to handle URL version bumps collectively? Any suggestions would be greatly appreciated.
Additional information: I work on Windows system using IIS7/8 and HG Mercurial for development. The backend utilizes ASP.NET Visual Basic and MySQL.