diff options
author | Justin Clark-Casey (justincc) | 2014-06-17 18:37:15 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2014-06-17 18:37:15 +0100 |
commit | 5450b1b0247bb3907f60f2b3f9b0582903de4f83 (patch) | |
tree | 1852d11e7070145555f2f1657f91a87199462e67 /OpenSim/Region/Physics/ConvexDecompositionDotNet | |
parent | Update dev version to 0.8.1 (diff) | |
download | opensim-SC-5450b1b0247bb3907f60f2b3f9b0582903de4f83.zip opensim-SC-5450b1b0247bb3907f60f2b3f9b0582903de4f83.tar.gz opensim-SC-5450b1b0247bb3907f60f2b3f9b0582903de4f83.tar.bz2 opensim-SC-5450b1b0247bb3907f60f2b3f9b0582903de4f83.tar.xz |
Change assembly versions to 0.8.1
Diffstat (limited to 'OpenSim/Region/Physics/ConvexDecompositionDotNet')
-rw-r--r-- | OpenSim/Region/Physics/ConvexDecompositionDotNet/Properties/AssemblyInfo.cs | 2 |
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 b8cf624..1486ba8 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.0.*")] | 35 | [assembly: AssemblyVersion("0.8.1.*")] |
36 | 36 | ||