diff options
author | Diva Canto | 2016-02-21 11:14:02 -0800 |
---|---|---|
committer | Diva Canto | 2016-02-21 11:14:02 -0800 |
commit | ab12a142798a1358b82d927f3d6046e30fcc57c2 (patch) | |
tree | 381603d68e958d3cd3be40724b95537f65a47dc5 /OpenSim/Server | |
parent | The old sqlite inventory data interface was still around and causing problems... (diff) | |
download | opensim-SC-ab12a142798a1358b82d927f3d6046e30fcc57c2.zip opensim-SC-ab12a142798a1358b82d927f3d6046e30fcc57c2.tar.gz opensim-SC-ab12a142798a1358b82d927f3d6046e30fcc57c2.tar.bz2 opensim-SC-ab12a142798a1358b82d927f3d6046e30fcc57c2.tar.xz |
Pushed AssemblyVersion up to VersionInfo, so that we don't need to do global replace anymore.
Diffstat (limited to 'OpenSim/Server')
-rw-r--r-- | OpenSim/Server/Base/Properties/AssemblyInfo.cs | 2 | ||||
-rw-r--r-- | OpenSim/Server/Handlers/Properties/AssemblyInfo.cs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Server/Base/Properties/AssemblyInfo.cs b/OpenSim/Server/Base/Properties/AssemblyInfo.cs index 3c634a7..02931e7 100644 --- a/OpenSim/Server/Base/Properties/AssemblyInfo.cs +++ b/OpenSim/Server/Base/Properties/AssemblyInfo.cs | |||
@@ -29,5 +29,5 @@ using System.Runtime.InteropServices; | |||
29 | // Build Number | 29 | // Build Number |
30 | // Revision | 30 | // Revision |
31 | // | 31 | // |
32 | [assembly: AssemblyVersion("0.8.3.*")] | 32 | [assembly: AssemblyVersion(OpenSim.VersionInfo.AssemblyVersionNumber)] |
33 | 33 | ||
diff --git a/OpenSim/Server/Handlers/Properties/AssemblyInfo.cs b/OpenSim/Server/Handlers/Properties/AssemblyInfo.cs index f0b36c1..7d3665b 100644 --- a/OpenSim/Server/Handlers/Properties/AssemblyInfo.cs +++ b/OpenSim/Server/Handlers/Properties/AssemblyInfo.cs | |||
@@ -29,5 +29,5 @@ using System.Runtime.InteropServices; | |||
29 | // Build Number | 29 | // Build Number |
30 | // Revision | 30 | // Revision |
31 | // | 31 | // |
32 | [assembly: AssemblyVersion("0.8.3.*")] | 32 | [assembly: AssemblyVersion(OpenSim.VersionInfo.AssemblyVersionNumber)] |
33 | 33 | ||