aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/ConvexDecompositionDotNet
diff options
context:
space:
mode:
authorDiva Canto2015-04-29 18:47:17 -0700
committerDiva Canto2015-04-29 18:47:17 -0700
commitda32512ea449c2de2d4a6069f899fbd4a8bb03fa (patch)
tree987ee40d1a94d6fd821ff3b993fb79b748609fbe /OpenSim/Region/Physics/ConvexDecompositionDotNet
parentAdded new [Statistics] config section to go with the previous patch. (diff)
downloadopensim-SC-da32512ea449c2de2d4a6069f899fbd4a8bb03fa.zip
opensim-SC-da32512ea449c2de2d4a6069f899fbd4a8bb03fa.tar.gz
opensim-SC-da32512ea449c2de2d4a6069f899fbd4a8bb03fa.tar.bz2
opensim-SC-da32512ea449c2de2d4a6069f899fbd4a8bb03fa.tar.xz
Updated all occurrences of AssemblyVersion("0.8.1.*") to AssemblyVersion("0.8.2.*")
Diffstat (limited to 'OpenSim/Region/Physics/ConvexDecompositionDotNet')
-rw-r--r--OpenSim/Region/Physics/ConvexDecompositionDotNet/Properties/AssemblyInfo.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/ConvexDecompositionDotNet/Properties/AssemblyInfo.cs b/OpenSim/Region/Physics/ConvexDecompositionDotNet/Properties/AssemblyInfo.cs
index 1486ba8..c5867b2 100644
--- a/OpenSim/Region/Physics/ConvexDecompositionDotNet/Properties/AssemblyInfo.cs
+++ b/OpenSim/Region/Physics/ConvexDecompositionDotNet/Properties/AssemblyInfo.cs
@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
32// You can specify all the values or you can default the Build and Revision Numbers 32// You can specify all the values or you can default the Build and Revision Numbers
33// by using the '*' as shown below: 33// by using the '*' as shown below:
34// [assembly: AssemblyVersion("1.0.*")] 34// [assembly: AssemblyVersion("1.0.*")]
35[assembly: AssemblyVersion("0.8.1.*")] 35[assembly: AssemblyVersion("0.8.2.*")]
36 36