aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Properties
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/Framework/Properties
parentAdded new [Statistics] config section to go with the previous patch. (diff)
downloadopensim-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/Framework/Properties')
-rw-r--r--OpenSim/Region/Framework/Properties/AssemblyInfo.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Properties/AssemblyInfo.cs b/OpenSim/Region/Framework/Properties/AssemblyInfo.cs
index fd9ab3d..97dea1f 100644
--- a/OpenSim/Region/Framework/Properties/AssemblyInfo.cs
+++ b/OpenSim/Region/Framework/Properties/AssemblyInfo.cs
@@ -31,6 +31,6 @@ using Mono.Addins;
31// Build Number 31// Build Number
32// Revision 32// Revision
33// 33//
34[assembly: AssemblyVersion("0.8.1.*")] 34[assembly: AssemblyVersion("0.8.2.*")]
35[assembly: AddinRoot("OpenSim.Region.Framework", OpenSim.VersionInfo.VersionNumber)] 35[assembly: AddinRoot("OpenSim.Region.Framework", OpenSim.VersionInfo.VersionNumber)]
36 36