diff options
author | Jeff Ames | 2008-02-07 04:41:08 +0000 |
---|---|---|
committer | Jeff Ames | 2008-02-07 04:41:08 +0000 |
commit | 49622dfbc5619ea8ca09bd371934afb1bf723c18 (patch) | |
tree | 45a8fff8e7c0bf1e212b5da5792887628d7e75cb /OpenSim/Region/Application/VersionInfo.cs | |
parent | Set svn:ignore in pCampBot (diff) | |
download | opensim-SC_OLD-49622dfbc5619ea8ca09bd371934afb1bf723c18.zip opensim-SC_OLD-49622dfbc5619ea8ca09bd371934afb1bf723c18.tar.gz opensim-SC_OLD-49622dfbc5619ea8ca09bd371934afb1bf723c18.tar.bz2 opensim-SC_OLD-49622dfbc5619ea8ca09bd371934afb1bf723c18.tar.xz |
Update version numbers to 0.5
Diffstat (limited to 'OpenSim/Region/Application/VersionInfo.cs')
-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 0f798e4..b140bc8 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.4, SVN build "; | 34 | public static string Version = "0.5, SVN build "; |
35 | } | 35 | } |
36 | } \ No newline at end of file | 36 | } \ No newline at end of file |