Skip to content

Commit

Permalink
Improved version algorithm
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmarbach committed Feb 14, 2012
1 parent 2a55706 commit 98331a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bbv.Common.build
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@
{
DateTime now = DateTime.UtcNow;
string gmtTime = now.ToString("yy") + string.Format("{0:000}", DateTime.Now.DayOfYear) + "." + now.ToString("HHmm");
string gmtTime = now.ToString("yy") + string.Format("{0:000}", now.DayOfYear) + "." + now.ToString("HHmm");
Properties.Add(_property, gmtTime);
Expand Down

0 comments on commit 98331a4

Please sign in to comment.