diff options
author | Diva Canto | 2015-04-29 18:47:17 -0700 |
---|---|---|
committer | Diva Canto | 2015-04-29 18:47:17 -0700 |
commit | da32512ea449c2de2d4a6069f899fbd4a8bb03fa (patch) | |
tree | 987ee40d1a94d6fd821ff3b993fb79b748609fbe /OpenSim/Region/ClientStack | |
parent | Added new [Statistics] config section to go with the previous patch. (diff) | |
download | opensim-SC_OLD-da32512ea449c2de2d4a6069f899fbd4a8bb03fa.zip opensim-SC_OLD-da32512ea449c2de2d4a6069f899fbd4a8bb03fa.tar.gz opensim-SC_OLD-da32512ea449c2de2d4a6069f899fbd4a8bb03fa.tar.bz2 opensim-SC_OLD-da32512ea449c2de2d4a6069f899fbd4a8bb03fa.tar.xz |
Updated all occurrences of AssemblyVersion("0.8.1.*") to AssemblyVersion("0.8.2.*")
Diffstat (limited to 'OpenSim/Region/ClientStack')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/Caps/Properties/AssemblyInfo.cs | 2 | ||||
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/UDP/Properties/AssemblyInfo.cs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/Caps/Properties/AssemblyInfo.cs b/OpenSim/Region/ClientStack/Linden/Caps/Properties/AssemblyInfo.cs index 3bc0be8..264eaa3 100644 --- a/OpenSim/Region/ClientStack/Linden/Caps/Properties/AssemblyInfo.cs +++ b/OpenSim/Region/ClientStack/Linden/Caps/Properties/AssemblyInfo.cs | |||
@@ -29,5 +29,5 @@ using System.Runtime.InteropServices; | |||
29 | // Build Number | 29 | // Build Number |
30 | // Revision | 30 | // Revision |
31 | // | 31 | // |
32 | [assembly: AssemblyVersion("0.8.1.*")] | 32 | [assembly: AssemblyVersion("0.8.2.*")] |
33 | 33 | ||
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/Properties/AssemblyInfo.cs b/OpenSim/Region/ClientStack/Linden/UDP/Properties/AssemblyInfo.cs index 8ce1b85..8795c0c 100644 --- a/OpenSim/Region/ClientStack/Linden/UDP/Properties/AssemblyInfo.cs +++ b/OpenSim/Region/ClientStack/Linden/UDP/Properties/AssemblyInfo.cs | |||
@@ -29,5 +29,5 @@ using System.Runtime.InteropServices; | |||
29 | // Build Number | 29 | // Build Number |
30 | // Revision | 30 | // Revision |
31 | // | 31 | // |
32 | [assembly: AssemblyVersion("0.8.1.*")] | 32 | [assembly: AssemblyVersion("0.8.2.*")] |
33 | 33 | ||