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

@@ -61,5 +61,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly : AssemblyVersion("0.8.2.*")]
[assembly : AssemblyVersion(OpenSim.VersionInfo.AssemblyVersionNumber)]