Skip to content
This repository has been archived by the owner on Aug 19, 2018. It is now read-only.

Commit

Permalink
Releasing 0.9.41
Browse files Browse the repository at this point in the history
  • Loading branch information
kf6kjg committed Aug 14, 2018
1 parent fd0e0f4 commit cbd4697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenSim/Framework/Servers/VersionInfo.tt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ using System.Reflection;
// Version format is Major.Minor.Patch.Revision
// Using the "build" number, the 3rd value, as patch is a bit non-standard from MS's perspective. However this is what https://semver.org/ uses it as.
// Using day since 2000 is good for us here as we've always historically used the revision field as a unique ID value. Originally it was the SVN revision number, but since the switch to git that went away.
[assembly: AssemblyVersion("0.9.40.<#= (int)DateTimeOffset.UtcNow.Subtract(new DateTimeOffset(2000, 1, 1, 0, 0, 0, TimeSpan.Zero)).TotalDays #>")]
[assembly: AssemblyVersion("0.9.41.<#= (int)DateTimeOffset.UtcNow.Subtract(new DateTimeOffset(2000, 1, 1, 0, 0, 0, TimeSpan.Zero)).TotalDays #>")]
// Do not provide AssemblyFileVersion and it will be kept in sync.

namespace OpenSim
Expand Down

0 comments on commit cbd4697

Please sign in to comment.