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/Framework/Properties | |
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/Framework/Properties/AssemblyInfo.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Properties/AssemblyInfo.cs b/OpenSim/Region/Framework/Properties/AssemblyInfo.cs index 97dea1f..e5a3a4c 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.2.*")] | 34 | [assembly: AssemblyVersion("0.8.3.*")] |
35 | [assembly: AddinRoot("OpenSim.Region.Framework", OpenSim.VersionInfo.VersionNumber)] | 35 | [assembly: AddinRoot("OpenSim.Region.Framework", OpenSim.VersionInfo.VersionNumber)] |
36 | 36 | ||