diff options
author | lbsa71 | 2007-10-15 06:03:04 +0000 |
---|---|---|
committer | lbsa71 | 2007-10-15 06:03:04 +0000 |
commit | 77459edb700c9a72eea305cc99461d6f8f0a55dc (patch) | |
tree | b61b26d14f30f02569ffff10793bdb6c56a8e1e8 /OpenSim/Region | |
parent | * normalized line endings (diff) | |
download | opensim-SC_OLD-77459edb700c9a72eea305cc99461d6f8f0a55dc.zip opensim-SC_OLD-77459edb700c9a72eea305cc99461d6f8f0a55dc.tar.gz opensim-SC_OLD-77459edb700c9a72eea305cc99461d6f8f0a55dc.tar.bz2 opensim-SC_OLD-77459edb700c9a72eea305cc99461d6f8f0a55dc.tar.xz |
* Chillken Patch #417 - upgraded version numbers to 0.4 - thanks Chillken!
Diffstat (limited to '')
-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 4b4ef41..f045164 100644 --- a/OpenSim/Region/Application/VersionInfo.cs +++ b/OpenSim/Region/Application/VersionInfo.cs | |||
@@ -31,6 +31,6 @@ namespace OpenSim | |||
31 | /// </summary> | 31 | /// </summary> |
32 | public class VersionInfo | 32 | public class VersionInfo |
33 | { | 33 | { |
34 | public static string Version = "0.3, SVN build "; | 34 | public static string Version = "0.4, SVN build "; |
35 | } | 35 | } |
36 | } | 36 | } |