aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL
diff options
context:
space:
mode:
authorDiva Canto2016-02-21 11:14:02 -0800
committerDiva Canto2016-02-21 11:14:02 -0800
commitab12a142798a1358b82d927f3d6046e30fcc57c2 (patch)
tree381603d68e958d3cd3be40724b95537f65a47dc5 /OpenSim/Data/MySQL
parentThe old sqlite inventory data interface was still around and causing problems... (diff)
downloadopensim-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/MySQL')
-rw-r--r--OpenSim/Data/MySQL/Properties/AssemblyInfo.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/MySQL/Properties/AssemblyInfo.cs b/OpenSim/Data/MySQL/Properties/AssemblyInfo.cs
index b46d175..6507a37 100644
--- a/OpenSim/Data/MySQL/Properties/AssemblyInfo.cs
+++ b/OpenSim/Data/MySQL/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