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/Data/Null/Properties | |
parent | The old sqlite inventory data interface was still around and causing problems... (diff) | |
download | opensim-SC_OLD-ab12a142798a1358b82d927f3d6046e30fcc57c2.zip opensim-SC_OLD-ab12a142798a1358b82d927f3d6046e30fcc57c2.tar.gz opensim-SC_OLD-ab12a142798a1358b82d927f3d6046e30fcc57c2.tar.bz2 opensim-SC_OLD-ab12a142798a1358b82d927f3d6046e30fcc57c2.tar.xz |
Pushed AssemblyVersion up to VersionInfo, so that we don't need to do global replace anymore.
Diffstat (limited to 'OpenSim/Data/Null/Properties')
-rw-r--r-- | OpenSim/Data/Null/Properties/AssemblyInfo.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/Null/Properties/AssemblyInfo.cs b/OpenSim/Data/Null/Properties/AssemblyInfo.cs index a827bd0..508f1c7 100644 --- a/OpenSim/Data/Null/Properties/AssemblyInfo.cs +++ b/OpenSim/Data/Null/Properties/AssemblyInfo.cs | |||
@@ -61,5 +61,5 @@ using System.Runtime.InteropServices; | |||
61 | // You can specify all the values or you can default the Revision and Build Numbers | 61 | // You can specify all the values or you can default the Revision and Build Numbers |
62 | // by using the '*' as shown below: | 62 | // by using the '*' as shown below: |
63 | 63 | ||
64 | [assembly : AssemblyVersion("0.8.2.*")] | 64 | [assembly : AssemblyVersion(OpenSim.VersionInfo.AssemblyVersionNumber)] |
65 | 65 | ||