diff options
author | Diva Canto | 2013-02-19 17:04:21 -0800 |
---|---|---|
committer | Diva Canto | 2013-02-19 17:04:21 -0800 |
commit | 66bc526e4c52be5985eef648d27cc2c9edca8d34 (patch) | |
tree | b6eba4ea3477b86adc78268dfe26fcdf90ec3cae /OpenSim/Addons/Groups/Properties/AssemblyInfo.cs | |
parent | This should fix the build fail. Fingers crossed. (diff) | |
download | opensim-SC-66bc526e4c52be5985eef648d27cc2c9edca8d34.zip opensim-SC-66bc526e4c52be5985eef648d27cc2c9edca8d34.tar.gz opensim-SC-66bc526e4c52be5985eef648d27cc2c9edca8d34.tar.bz2 opensim-SC-66bc526e4c52be5985eef648d27cc2c9edca8d34.tar.xz |
Updated AssemblyInfo.cs for Groups and OfflineIM to 0.7.6.*. Removed AssemblyFileVersionNumber too.
Diffstat (limited to 'OpenSim/Addons/Groups/Properties/AssemblyInfo.cs')
-rw-r--r-- | OpenSim/Addons/Groups/Properties/AssemblyInfo.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/Addons/Groups/Properties/AssemblyInfo.cs b/OpenSim/Addons/Groups/Properties/AssemblyInfo.cs index 166803f..5ccd7fe 100644 --- a/OpenSim/Addons/Groups/Properties/AssemblyInfo.cs +++ b/OpenSim/Addons/Groups/Properties/AssemblyInfo.cs | |||
@@ -30,8 +30,7 @@ using Mono.Addins; | |||
30 | // Build Number | 30 | // Build Number |
31 | // Revision | 31 | // Revision |
32 | // | 32 | // |
33 | [assembly: AssemblyVersion("0.7.5.*")] | 33 | [assembly: AssemblyVersion("0.7.6.*")] |
34 | [assembly: AssemblyFileVersion("1.0.0.0")] | ||
35 | 34 | ||
36 | [assembly: Addin("OpenSim.Groups", "0.1")] | 35 | [assembly: Addin("OpenSim.Groups", "0.1")] |
37 | [assembly: AddinDependency("OpenSim", "0.5")] | 36 | [assembly: AddinDependency("OpenSim", "0.5")] |