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/Framework/Console | |
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/Framework/Console')
-rw-r--r-- | OpenSim/Framework/Console/AssemblyInfo.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Console/AssemblyInfo.cs b/OpenSim/Framework/Console/AssemblyInfo.cs index 67af471..c53d92b 100644 --- a/OpenSim/Framework/Console/AssemblyInfo.cs +++ b/OpenSim/Framework/Console/AssemblyInfo.cs | |||
@@ -55,4 +55,4 @@ using System.Runtime.InteropServices; | |||
55 | // You can specify all values by your own or you can build default build and revision | 55 | // You can specify all values by your own or you can build default build and revision |
56 | // numbers with the '*' character (the default): | 56 | // numbers with the '*' character (the default): |
57 | 57 | ||
58 | [assembly : AssemblyVersion("0.8.2.*")] | 58 | [assembly : AssemblyVersion(OpenSim.VersionInfo.AssemblyVersionNumber)] |