Pushed AssemblyVersion up to VersionInfo, so that we don't need to do global replace anymore.

This commit is contained in:
Diva Canto
2016-02-21 11:14:02 -08:00
parent cd54bbe789
commit ab12a14279
59 changed files with 60 additions and 58 deletions

View File

@@ -56,7 +56,7 @@ using Mono.Addins;
// You can specify all values by your own or you can build default build and revision
// numbers with the '*' character (the default):
[assembly : AssemblyVersion("0.8.2.*")]
[assembly : AssemblyVersion(OpenSim.VersionInfo.AssemblyVersionNumber)]
[assembly: Addin("OpenSim.Region.PhysicsModule.BasicPhysics", OpenSim.VersionInfo.VersionNumber)]
[assembly: AddinDependency("OpenSim.Region.Framework", OpenSim.VersionInfo.VersionNumber)]