diff options
author | Jeff Ames | 2008-02-07 04:41:08 +0000 |
---|---|---|
committer | Jeff Ames | 2008-02-07 04:41:08 +0000 |
commit | 49622dfbc5619ea8ca09bd371934afb1bf723c18 (patch) | |
tree | 45a8fff8e7c0bf1e212b5da5792887628d7e75cb /OpenSim/Region/Application/IApplicationPlugin.cs | |
parent | Set svn:ignore in pCampBot (diff) | |
download | opensim-SC-49622dfbc5619ea8ca09bd371934afb1bf723c18.zip opensim-SC-49622dfbc5619ea8ca09bd371934afb1bf723c18.tar.gz opensim-SC-49622dfbc5619ea8ca09bd371934afb1bf723c18.tar.bz2 opensim-SC-49622dfbc5619ea8ca09bd371934afb1bf723c18.tar.xz |
Update version numbers to 0.5
Diffstat (limited to 'OpenSim/Region/Application/IApplicationPlugin.cs')
-rw-r--r-- | OpenSim/Region/Application/IApplicationPlugin.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Application/IApplicationPlugin.cs b/OpenSim/Region/Application/IApplicationPlugin.cs index 4f81354..be6e75b 100644 --- a/OpenSim/Region/Application/IApplicationPlugin.cs +++ b/OpenSim/Region/Application/IApplicationPlugin.cs | |||
@@ -28,7 +28,7 @@ | |||
28 | 28 | ||
29 | using Mono.Addins; | 29 | using Mono.Addins; |
30 | 30 | ||
31 | [assembly : AddinRoot("OpenSim", "0.4")] | 31 | [assembly : AddinRoot("OpenSim", "0.5")] |
32 | 32 | ||
33 | namespace OpenSim | 33 | namespace OpenSim |
34 | { | 34 | { |