Skip to content
This repository has been archived by the owner on Oct 16, 2020. It is now read-only.

Commit

Permalink
Associate git commit hash with last SVN revision number
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrunwald committed Aug 27, 2010
1 parent 6eceaaa commit f2338df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Tools/UpdateAssemblyInfo/Main.cs
Expand Up @@ -22,8 +22,8 @@ namespace UpdateAssemblyInfo
// Updates the version numbers in the assembly information.
class MainClass
{
const string BaseCommit = "f118057b0f20994c272aba765b54db10d5c1c793";
const int BaseCommitRev = 6366;
const string BaseCommit = "6eceaaafce5ed9b45d19a1645b1b012675aac996";
const int BaseCommitRev = 6450;

const string globalAssemblyInfoTemplateFile = "src/Main/GlobalAssemblyInfo.template";
static readonly TemplateFile[] templateFiles = {
Expand Down

0 comments on commit f2338df

Please sign in to comment.