aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ApplicationPlugins/LoadRegions
diff options
context:
space:
mode:
authorDiva Canto2016-02-21 11:14:02 -0800
committerDiva Canto2016-02-21 11:14:02 -0800
commitab12a142798a1358b82d927f3d6046e30fcc57c2 (patch)
tree381603d68e958d3cd3be40724b95537f65a47dc5 /OpenSim/ApplicationPlugins/LoadRegions
parentThe old sqlite inventory data interface was still around and causing problems... (diff)
downloadopensim-SC_OLD-ab12a142798a1358b82d927f3d6046e30fcc57c2.zip
opensim-SC_OLD-ab12a142798a1358b82d927f3d6046e30fcc57c2.tar.gz
opensim-SC_OLD-ab12a142798a1358b82d927f3d6046e30fcc57c2.tar.bz2
opensim-SC_OLD-ab12a142798a1358b82d927f3d6046e30fcc57c2.tar.xz
Pushed AssemblyVersion up to VersionInfo, so that we don't need to do global replace anymore.
Diffstat (limited to 'OpenSim/ApplicationPlugins/LoadRegions')
-rw-r--r--OpenSim/ApplicationPlugins/LoadRegions/Properties/AssemblyInfo.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/ApplicationPlugins/LoadRegions/Properties/AssemblyInfo.cs b/OpenSim/ApplicationPlugins/LoadRegions/Properties/AssemblyInfo.cs
index 6c3c3e3..6b1ea73 100644
--- a/OpenSim/ApplicationPlugins/LoadRegions/Properties/AssemblyInfo.cs
+++ b/OpenSim/ApplicationPlugins/LoadRegions/Properties/AssemblyInfo.cs
@@ -61,9 +61,8 @@ using Mono.Addins;
61// 61//
62// You can specify all the values or you can default the Build and Revision Numbers 62// You can specify all the values or you can default the Build and Revision Numbers
63// by using the '*' as shown below: 63// by using the '*' as shown below:
64// [assembly: AssemblyVersion("0.7.6.*")]
65 64
66[assembly : AssemblyVersion("0.8.2.*")] 65[assembly : AssemblyVersion(OpenSim.VersionInfo.AssemblyVersionNumber)]
67 66
68[assembly: Addin("OpenSim.ApplicationPlugins.LoadRegions", OpenSim.VersionInfo.VersionNumber)] 67[assembly: Addin("OpenSim.ApplicationPlugins.LoadRegions", OpenSim.VersionInfo.VersionNumber)]
69[assembly: AddinDependency("OpenSim", OpenSim.VersionInfo.VersionNumber)] 68[assembly: AddinDependency("OpenSim", OpenSim.VersionInfo.VersionNumber)]