aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.RegionServer
diff options
context:
space:
mode:
authorgareth2007-05-21 01:24:54 +0000
committergareth2007-05-21 01:24:54 +0000
commitafab62dab324ae6ce56465be6965d78cdac3ce39 (patch)
treed24beaf511216d1185d05ecbaf5ccea8391f752b /OpenSim.RegionServer
parent* minor refactoring for readability (and to lessen greed) (diff)
downloadopensim-SC_OLD-afab62dab324ae6ce56465be6965d78cdac3ce39.zip
opensim-SC_OLD-afab62dab324ae6ce56465be6965d78cdac3ce39.tar.gz
opensim-SC_OLD-afab62dab324ae6ce56465be6965d78cdac3ce39.tar.bz2
opensim-SC_OLD-afab62dab324ae6ce56465be6965d78cdac3ce39.tar.xz
Increased version number to 0.2! ZOMG!
Diffstat (limited to '')
-rw-r--r--OpenSim.RegionServer/VersionInfo.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim.RegionServer/VersionInfo.cs b/OpenSim.RegionServer/VersionInfo.cs
index e5363f1..49cc6a5 100644
--- a/OpenSim.RegionServer/VersionInfo.cs
+++ b/OpenSim.RegionServer/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, SVN build - please use releng if you desire any form of support"; 35 public static string Version = "0.2, SVN build - please use releng if you desire any form of support";
36 } 36 }
37} 37}