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

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