diff options
author | Adam Frisby | 2007-07-13 07:17:42 +0000 |
---|---|---|
committer | Adam Frisby | 2007-07-13 07:17:42 +0000 |
commit | 0f1b2f278b9a11dacc14949cd78437c395d2f57c (patch) | |
tree | 5d1ac7b0f7ace5e295d29ca7e08e5c28cfe8a71c /OpenSim/Region/Storage/LocalStorageSQLite | |
parent | *Parcel updates are now sent to users over newly subdivided areas and users o... (diff) | |
download | opensim-SC_OLD-0f1b2f278b9a11dacc14949cd78437c395d2f57c.zip opensim-SC_OLD-0f1b2f278b9a11dacc14949cd78437c395d2f57c.tar.gz opensim-SC_OLD-0f1b2f278b9a11dacc14949cd78437c395d2f57c.tar.bz2 opensim-SC_OLD-0f1b2f278b9a11dacc14949cd78437c395d2f57c.tar.xz |
* Fixing compiler warnings in an attempt to reduce them back down to zero.
Diffstat (limited to 'OpenSim/Region/Storage/LocalStorageSQLite')
-rw-r--r-- | OpenSim/Region/Storage/LocalStorageSQLite/Properties/AssemblyInfo.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Storage/LocalStorageSQLite/Properties/AssemblyInfo.cs b/OpenSim/Region/Storage/LocalStorageSQLite/Properties/AssemblyInfo.cs index ea9cda8..7bc1cc5 100644 --- a/OpenSim/Region/Storage/LocalStorageSQLite/Properties/AssemblyInfo.cs +++ b/OpenSim/Region/Storage/LocalStorageSQLite/Properties/AssemblyInfo.cs | |||
@@ -56,5 +56,5 @@ using System.Runtime.InteropServices; | |||
56 | // | 56 | // |
57 | // You can specify all the values or you can default the Revision and Build Numbers | 57 | // You can specify all the values or you can default the Revision and Build Numbers |
58 | // by using the '*' as shown below: | 58 | // by using the '*' as shown below: |
59 | [assembly: AssemblyVersion("1.0.0.*")] | 59 | [assembly: AssemblyVersion("1.0.0.0")] |
60 | [assembly: AssemblyFileVersion("1.0.0.*")] | 60 | [assembly: AssemblyFileVersion("1.0.0.0")] |