diff options
author | Diva Canto | 2014-12-29 15:05:44 -0800 |
---|---|---|
committer | Diva Canto | 2014-12-29 15:05:44 -0800 |
commit | 89c1ac4cff9e89da10d8b0aee4bb39d3da05a479 (patch) | |
tree | 499d3c23a6104a159052836e735799c9f0602fb5 /OpenSim/Region/OptionalModules/Example/BareBonesNonShared | |
parent | Added SharpZipLib's license. (diff) | |
download | opensim-SC-89c1ac4cff9e89da10d8b0aee4bb39d3da05a479.zip opensim-SC-89c1ac4cff9e89da10d8b0aee4bb39d3da05a479.tar.gz opensim-SC-89c1ac4cff9e89da10d8b0aee4bb39d3da05a479.tar.bz2 opensim-SC-89c1ac4cff9e89da10d8b0aee4bb39d3da05a479.tar.xz |
Updated OpenSim-as-addin version from 0.5 to 0.8.1. The addin version number doesn't need to match the release version number, but I think it's a very good idea that they do.
Diffstat (limited to 'OpenSim/Region/OptionalModules/Example/BareBonesNonShared')
-rw-r--r-- | OpenSim/Region/OptionalModules/Example/BareBonesNonShared/BareBonesNonSharedModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/OptionalModules/Example/BareBonesNonShared/BareBonesNonSharedModule.cs b/OpenSim/Region/OptionalModules/Example/BareBonesNonShared/BareBonesNonSharedModule.cs index 0615036..bbf7168 100644 --- a/OpenSim/Region/OptionalModules/Example/BareBonesNonShared/BareBonesNonSharedModule.cs +++ b/OpenSim/Region/OptionalModules/Example/BareBonesNonShared/BareBonesNonSharedModule.cs | |||
@@ -37,7 +37,7 @@ using OpenSim.Region.Framework.Scenes; | |||
37 | // specify its assembly. Otherwise, the region modules in the assembly will not be picked up when OpenSimulator scans | 37 | // specify its assembly. Otherwise, the region modules in the assembly will not be picked up when OpenSimulator scans |
38 | // the available DLLs | 38 | // the available DLLs |
39 | //[assembly: Addin("MyModule", "1.0")] | 39 | //[assembly: Addin("MyModule", "1.0")] |
40 | //[assembly: AddinDependency("OpenSim", "0.5")] | 40 | //[assembly: AddinDependency("OpenSim", "0.8.1")] |
41 | 41 | ||
42 | namespace OpenSim.Region.OptionalModules.Example.BareBonesNonShared | 42 | namespace OpenSim.Region.OptionalModules.Example.BareBonesNonShared |
43 | { | 43 | { |