Major.Minor.BugFix.SVNRevision
e.g: 3.5.2.31578
- The SVN Revision gives you the very exact peace of code sent to the customer. You are absolutely sure if that bugfix was there or not.
- It also helps finding the proper PDB in the event you have an application error.
Just match the SVN Revisions on your build server, copy the PDB to EXE location, open the debugger and you got the crash stack trace.