diff options
author | lbsa71 | 2009-03-11 10:49:49 +0000 |
---|---|---|
committer | lbsa71 | 2009-03-11 10:49:49 +0000 |
commit | 8ccf150f9f6562ac5d0e3ff13562dd4e732db532 (patch) | |
tree | 4c8b899b778a709b0cb0da43cc4df4a467a6986a /OpenSim/Framework/Servers | |
parent | (no commit message) (diff) | |
download | opensim-SC_OLD-8ccf150f9f6562ac5d0e3ff13562dd4e732db532.zip opensim-SC_OLD-8ccf150f9f6562ac5d0e3ff13562dd4e732db532.tar.gz opensim-SC_OLD-8ccf150f9f6562ac5d0e3ff13562dd4e732db532.tar.bz2 opensim-SC_OLD-8ccf150f9f6562ac5d0e3ff13562dd4e732db532.tar.xz |
* Upped version number to 0.6.4
Diffstat (limited to 'OpenSim/Framework/Servers')
-rw-r--r-- | OpenSim/Framework/Servers/VersionInfo.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Servers/VersionInfo.cs b/OpenSim/Framework/Servers/VersionInfo.cs index 60fd94b..bdf9354 100644 --- a/OpenSim/Framework/Servers/VersionInfo.cs +++ b/OpenSim/Framework/Servers/VersionInfo.cs | |||
@@ -32,7 +32,7 @@ namespace OpenSim | |||
32 | /// <value> | 32 | /// <value> |
33 | /// This is the OpenSim version string. Change this if you are releasing a new OpenSim version. | 33 | /// This is the OpenSim version string. Change this if you are releasing a new OpenSim version. |
34 | /// </value> | 34 | /// </value> |
35 | public readonly static string Version = "OpenSimulator Server 0.6.3"; // stay with 27 chars (used in regioninfo) | 35 | public readonly static string Version = "OpenSimulator Server 0.6.4"; // stay with 27 chars (used in regioninfo) |
36 | 36 | ||
37 | /// <value> | 37 | /// <value> |
38 | /// This is the external interface version. It is separate from the OpenSimulator project version. | 38 | /// This is the external interface version. It is separate from the OpenSimulator project version. |