Browse Source

Associate git commit hash with last SVN revision number

Daniel Grunwald 15 years ago
parent
commit
eea0c1aacf
  1. 4
      src/Tools/UpdateAssemblyInfo/Main.cs

4
src/Tools/UpdateAssemblyInfo/Main.cs

@ -22,8 +22,8 @@ namespace UpdateAssemblyInfo @@ -22,8 +22,8 @@ namespace UpdateAssemblyInfo
// Updates the version numbers in the assembly information.
class MainClass
{
const string BaseCommit = "69a9221f57e6b184010f5bad16aa181ced91a0df";
const int BaseCommitRev = 6351;
const string BaseCommit = "574708106ab9f057ab721c00708c5b6b9db46872";
const int BaseCommitRev = 6450;
const string globalAssemblyInfoTemplateFile = "Main/GlobalAssemblyInfo.template";
static readonly TemplateFile[] templateFiles = {

Loading…
Cancel
Save