diff options
author | Justin Clarke Casey | 2008-08-25 22:09:02 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-08-25 22:09:02 +0000 |
commit | 71e8a9a12f148c4388cd15e73fa8162cfee4e629 (patch) | |
tree | bea3b08794feb08b9e3f654be7a4ef40772d7525 /OpenSim/Framework/Servers/VersionInfo.cs | |
parent | * minor: Comment out the remaining unhandled packet messages in LLClientView,... (diff) | |
download | opensim-SC_OLD-71e8a9a12f148c4388cd15e73fa8162cfee4e629.zip opensim-SC_OLD-71e8a9a12f148c4388cd15e73fa8162cfee4e629.tar.gz opensim-SC_OLD-71e8a9a12f148c4388cd15e73fa8162cfee4e629.tar.bz2 opensim-SC_OLD-71e8a9a12f148c4388cd15e73fa8162cfee4e629.tar.xz |
* minor: upgrade version info to post 0.5.9
Diffstat (limited to 'OpenSim/Framework/Servers/VersionInfo.cs')
-rw-r--r-- | OpenSim/Framework/Servers/VersionInfo.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Servers/VersionInfo.cs b/OpenSim/Framework/Servers/VersionInfo.cs index 62aa4fb..d206fc3 100644 --- a/OpenSim/Framework/Servers/VersionInfo.cs +++ b/OpenSim/Framework/Servers/VersionInfo.cs | |||
@@ -32,6 +32,6 @@ namespace OpenSim | |||
32 | /// </summary> | 32 | /// </summary> |
33 | public class VersionInfo | 33 | public class VersionInfo |
34 | { | 34 | { |
35 | public readonly static string Version = "OpenSimulator trunk (post 0.5.8)"; | 35 | public readonly static string Version = "OpenSimulator trunk (post 0.5.9)"; |
36 | } | 36 | } |
37 | } | 37 | } |