aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/PhysicsModules/POS
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/Region/PhysicsModules/POS
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/Region/PhysicsModules/POS')
-rw-r--r--OpenSim/Region/PhysicsModules/POS/AssemblyInfo.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/PhysicsModules/POS/AssemblyInfo.cs b/OpenSim/Region/PhysicsModules/POS/AssemblyInfo.cs
index e3a3e35..23fe9ae 100644
--- a/OpenSim/Region/PhysicsModules/POS/AssemblyInfo.cs
+++ b/OpenSim/Region/PhysicsModules/POS/AssemblyInfo.cs
@@ -56,7 +56,7 @@ using Mono.Addins;
56// You can specify all values by your own or you can build default build and revision 56// You can specify all values by your own or you can build default build and revision
57// numbers with the '*' character (the default): 57// numbers with the '*' character (the default):
58 58
59[assembly : AssemblyVersion("0.8.2.*")] 59[assembly : AssemblyVersion(OpenSim.VersionInfo.AssemblyVersionNumber)]
60 60
61[assembly: Addin("OpenSim.Region.PhysicsModule.POS", OpenSim.VersionInfo.VersionNumber)] 61[assembly: Addin("OpenSim.Region.PhysicsModule.POS", OpenSim.VersionInfo.VersionNumber)]
62[assembly: AddinDependency("OpenSim.Region.Framework", OpenSim.VersionInfo.VersionNumber)] 62[assembly: AddinDependency("OpenSim.Region.Framework", OpenSim.VersionInfo.VersionNumber)]