diff options
author | Justin Clarke Casey | 2008-05-24 18:21:28 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-05-24 18:21:28 +0000 |
commit | e5e666bb410cb08c3be0af323aa37c88849cd2db (patch) | |
tree | 0c5a51474dd1a0e50a61228ee86fd6afa904b8cb /OpenSim/Region/Application | |
parent | * Temporary fix for mantis 1374 (diff) | |
download | opensim-SC_OLD-e5e666bb410cb08c3be0af323aa37c88849cd2db.zip opensim-SC_OLD-e5e666bb410cb08c3be0af323aa37c88849cd2db.tar.gz opensim-SC_OLD-e5e666bb410cb08c3be0af323aa37c88849cd2db.tar.bz2 opensim-SC_OLD-e5e666bb410cb08c3be0af323aa37c88849cd2db.tar.xz |
* Bump reported svn trunk revision number up to 0.5.7
Diffstat (limited to 'OpenSim/Region/Application')
-rw-r--r-- | OpenSim/Region/Application/VersionInfo.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Application/VersionInfo.cs b/OpenSim/Region/Application/VersionInfo.cs index 430c413..5e291f1 100644 --- a/OpenSim/Region/Application/VersionInfo.cs +++ b/OpenSim/Region/Application/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 = "trunk (post 0.5.6)"; | 35 | public static string Version = "trunk (post 0.5.7)"; |
36 | } | 36 | } |
37 | } | 37 | } |