diff options
author | gareth | 2007-03-20 09:04:49 +0000 |
---|---|---|
committer | gareth | 2007-03-20 09:04:49 +0000 |
commit | b83efd49475782d7ce65136e7e72f418299cdca6 (patch) | |
tree | 435aa2e3bce972680c1473fc7f5d9bc26481b671 /src/VersionInfo.cs | |
parent | Removed the AssemblyInfo.cs files from the Vs2005 projects (diff) | |
download | opensim-SC_OLD-b83efd49475782d7ce65136e7e72f418299cdca6.zip opensim-SC_OLD-b83efd49475782d7ce65136e7e72f418299cdca6.tar.gz opensim-SC_OLD-b83efd49475782d7ce65136e7e72f418299cdca6.tar.bz2 opensim-SC_OLD-b83efd49475782d7ce65136e7e72f418299cdca6.tar.xz |
Load XML for neighbourinfo from grid
Diffstat (limited to 'src/VersionInfo.cs')
-rw-r--r-- | src/VersionInfo.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/VersionInfo.cs b/src/VersionInfo.cs index 5fc0fb0..5cfd136 100644 --- a/src/VersionInfo.cs +++ b/src/VersionInfo.cs | |||
@@ -32,6 +32,6 @@ namespace OpenSim | |||
32 | /// </summary> | 32 | /// </summary> |
33 | public class VersionInfo | 33 | public class VersionInfo |
34 | { | 34 | { |
35 | public static string Version = "0.1, Build 1174249095, Revision 236M"; | 35 | public static string Version = "0.1, Build 1174381410, Revision 240M"; |
36 | } | 36 | } |
37 | } | 37 | } |