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

@@ -29,5 +29,5 @@ using System.Runtime.InteropServices;
// Build Number
// Revision
//
[assembly: AssemblyVersion("0.8.3.*")]
[assembly: AssemblyVersion(OpenSim.VersionInfo.AssemblyVersionNumber)]