diff --git a/Source/Build.UpdateVersion/Program.cs b/Source/Build.UpdateVersion/Program.cs index caaac6fa..71b59caf 100644 --- a/Source/Build.UpdateVersion/Program.cs +++ b/Source/Build.UpdateVersion/Program.cs @@ -89,7 +89,7 @@ namespace Build.UpdateVersion string build = ((int)timespan).ToString(); string revision = RetrieveSvnRevision() ?? RetrieveBzrRevision() ?? RetrieveSeconds(timespan); - //string revision = RetrieveSvnRevision() ?? RetrieveSeconds(timespan); + revision = revision.Trim(); File.WriteAllLines(file, new string[] {