diff options
author | lbsa71 | 2009-05-25 11:43:56 +0000 |
---|---|---|
committer | lbsa71 | 2009-05-25 11:43:56 +0000 |
commit | ba360ede8b876c5c1b99b4f172eb5d254a1c6f5a (patch) | |
tree | b36df627f091bc7008f606e09faa46b44307c462 /OpenSim/ScriptEngine/Components/DotNetEngine | |
parent | Revert "From: Chris Yeoh <cyeoh@au1.ibm.com>" (diff) | |
download | opensim-SC_OLD-ba360ede8b876c5c1b99b4f172eb5d254a1c6f5a.zip opensim-SC_OLD-ba360ede8b876c5c1b99b4f172eb5d254a1c6f5a.tar.gz opensim-SC_OLD-ba360ede8b876c5c1b99b4f172eb5d254a1c6f5a.tar.bz2 opensim-SC_OLD-ba360ede8b876c5c1b99b4f172eb5d254a1c6f5a.tar.xz |
* Upped version number to 0.6.5
Diffstat (limited to 'OpenSim/ScriptEngine/Components/DotNetEngine')
5 files changed, 15 insertions, 15 deletions
diff --git a/OpenSim/ScriptEngine/Components/DotNetEngine/Commands_LSL/Properties/AssemblyInfo.cs b/OpenSim/ScriptEngine/Components/DotNetEngine/Commands_LSL/Properties/AssemblyInfo.cs index b9c6423..cf7acd6 100644 --- a/OpenSim/ScriptEngine/Components/DotNetEngine/Commands_LSL/Properties/AssemblyInfo.cs +++ b/OpenSim/ScriptEngine/Components/DotNetEngine/Commands_LSL/Properties/AssemblyInfo.cs | |||
@@ -31,6 +31,6 @@ using System.Runtime.InteropServices; | |||
31 | // | 31 | // |
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("0.6.4.*")] | 34 | // [assembly: AssemblyVersion("0.6.5.*")] |
35 | [assembly: AssemblyVersion("0.6.4.*")] | 35 | [assembly: AssemblyVersion("0.6.5.*")] |
36 | [assembly: AssemblyFileVersion("1.0.0.0")] | 36 | [assembly: AssemblyFileVersion("0.6.5.0")] |
diff --git a/OpenSim/ScriptEngine/Components/DotNetEngine/Commands_OSSL/Properties/AssemblyInfo.cs b/OpenSim/ScriptEngine/Components/DotNetEngine/Commands_OSSL/Properties/AssemblyInfo.cs index c69f1f8..93e5407 100644 --- a/OpenSim/ScriptEngine/Components/DotNetEngine/Commands_OSSL/Properties/AssemblyInfo.cs +++ b/OpenSim/ScriptEngine/Components/DotNetEngine/Commands_OSSL/Properties/AssemblyInfo.cs | |||
@@ -31,6 +31,6 @@ using System.Runtime.InteropServices; | |||
31 | // | 31 | // |
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("0.6.4.*")] | 34 | // [assembly: AssemblyVersion("0.6.5.*")] |
35 | [assembly: AssemblyVersion("0.6.4.*")] | 35 | [assembly: AssemblyVersion("0.6.5.*")] |
36 | [assembly: AssemblyFileVersion("1.0.0.0")] | 36 | [assembly: AssemblyFileVersion("0.6.5.0")] |
diff --git a/OpenSim/ScriptEngine/Components/DotNetEngine/Compilers/Properties/AssemblyInfo.cs b/OpenSim/ScriptEngine/Components/DotNetEngine/Compilers/Properties/AssemblyInfo.cs index 5c4d103..e198d7c 100644 --- a/OpenSim/ScriptEngine/Components/DotNetEngine/Compilers/Properties/AssemblyInfo.cs +++ b/OpenSim/ScriptEngine/Components/DotNetEngine/Compilers/Properties/AssemblyInfo.cs | |||
@@ -31,6 +31,6 @@ using System.Runtime.InteropServices; | |||
31 | // | 31 | // |
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("0.6.4.*")] | 34 | // [assembly: AssemblyVersion("0.6.5.*")] |
35 | [assembly: AssemblyVersion("0.6.4.*")] | 35 | [assembly: AssemblyVersion("0.6.5.*")] |
36 | [assembly: AssemblyFileVersion("1.0.0.0")] | 36 | [assembly: AssemblyFileVersion("0.6.5.0")] |
diff --git a/OpenSim/ScriptEngine/Components/DotNetEngine/Events/Properties/AssemblyInfo.cs b/OpenSim/ScriptEngine/Components/DotNetEngine/Events/Properties/AssemblyInfo.cs index 11e17f3..98aabc7 100644 --- a/OpenSim/ScriptEngine/Components/DotNetEngine/Events/Properties/AssemblyInfo.cs +++ b/OpenSim/ScriptEngine/Components/DotNetEngine/Events/Properties/AssemblyInfo.cs | |||
@@ -31,6 +31,6 @@ using System.Runtime.InteropServices; | |||
31 | // | 31 | // |
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("0.6.4.*")] | 34 | // [assembly: AssemblyVersion("0.6.5.*")] |
35 | [assembly: AssemblyVersion("0.6.4.*")] | 35 | [assembly: AssemblyVersion("0.6.5.*")] |
36 | [assembly: AssemblyFileVersion("1.0.0.0")] | 36 | [assembly: AssemblyFileVersion("0.6.5.0")] |
diff --git a/OpenSim/ScriptEngine/Components/DotNetEngine/Scheduler/Properties/AssemblyInfo.cs b/OpenSim/ScriptEngine/Components/DotNetEngine/Scheduler/Properties/AssemblyInfo.cs index d9ea09f..0d78dde 100644 --- a/OpenSim/ScriptEngine/Components/DotNetEngine/Scheduler/Properties/AssemblyInfo.cs +++ b/OpenSim/ScriptEngine/Components/DotNetEngine/Scheduler/Properties/AssemblyInfo.cs | |||
@@ -31,6 +31,6 @@ using System.Runtime.InteropServices; | |||
31 | // | 31 | // |
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("0.6.4.*")] | 34 | // [assembly: AssemblyVersion("0.6.5.*")] |
35 | [assembly: AssemblyVersion("0.6.4.*")] | 35 | [assembly: AssemblyVersion("0.6.5.*")] |
36 | [assembly: AssemblyFileVersion("1.0.0.0")] | 36 | [assembly: AssemblyFileVersion("0.6.5.0")] |