diff options
author | Diva Canto | 2015-10-18 21:47:10 -0700 |
---|---|---|
committer | Diva Canto | 2015-10-18 21:47:10 -0700 |
commit | 06d2508b96522c906d2dba3c07048b2578779dbd (patch) | |
tree | 733a611e83329edb170496d0430f94fb51eaba45 /OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/Properties/AssemblyInfo.cs | |
parent | Added warning in RegionCombinerModule about it being considered obsolete and ... (diff) | |
download | opensim-SC-06d2508b96522c906d2dba3c07048b2578779dbd.zip opensim-SC-06d2508b96522c906d2dba3c07048b2578779dbd.tar.gz opensim-SC-06d2508b96522c906d2dba3c07048b2578779dbd.tar.bz2 opensim-SC-06d2508b96522c906d2dba3c07048b2578779dbd.tar.xz |
On to 0.8.3!
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/Properties/AssemblyInfo.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/Properties/AssemblyInfo.cs b/OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/Properties/AssemblyInfo.cs index c5867b2..b9cd6f5 100644 --- a/OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/Properties/AssemblyInfo.cs +++ b/OpenSim/Region/PhysicsModules/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.2.*")] | 35 | [assembly: AssemblyVersion("0.8.3.*")] |
36 | 36 | ||