diff options
author | gareth | 2007-05-21 01:24:54 +0000 |
---|---|---|
committer | gareth | 2007-05-21 01:24:54 +0000 |
commit | afab62dab324ae6ce56465be6965d78cdac3ce39 (patch) | |
tree | d24beaf511216d1185d05ecbaf5ccea8391f752b /OpenSim.RegionServer | |
parent | * minor refactoring for readability (and to lessen greed) (diff) | |
download | opensim-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 'OpenSim.RegionServer')
-rw-r--r-- | OpenSim.RegionServer/VersionInfo.cs | 2 |
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 | } |