diff options
Diffstat (limited to 'OpenSim/Region/Application/VersionInfo.cs')
-rw-r--r-- | OpenSim/Region/Application/VersionInfo.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Region/Application/VersionInfo.cs b/OpenSim/Region/Application/VersionInfo.cs index f9146c5..430c413 100644 --- a/OpenSim/Region/Application/VersionInfo.cs +++ b/OpenSim/Region/Application/VersionInfo.cs | |||
@@ -28,9 +28,10 @@ | |||
28 | namespace OpenSim | 28 | namespace OpenSim |
29 | { | 29 | { |
30 | /// <summary> | 30 | /// <summary> |
31 | /// Exists purely to hold version information. | ||
31 | /// </summary> | 32 | /// </summary> |
32 | public class VersionInfo | 33 | public class VersionInfo |
33 | { | 34 | { |
34 | public static string Version = "trunk (0.5.6 and additional code)"; | 35 | public static string Version = "trunk (post 0.5.6)"; |
35 | } | 36 | } |
36 | } | 37 | } |