aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorMelanie2009-10-22 07:03:40 +0100
committerMelanie2009-10-22 07:03:40 +0100
commit1e71e3f910c2e249d50afe52b00e26450f29110f (patch)
tree4a26ef1189d9e083c1e8101c70a3ed0a01eae8a1
parentMerge branch 'melanie_test' into prioritization (diff)
downloadopensim-SC_OLD-1e71e3f910c2e249d50afe52b00e26450f29110f.zip
opensim-SC_OLD-1e71e3f910c2e249d50afe52b00e26450f29110f.tar.gz
opensim-SC_OLD-1e71e3f910c2e249d50afe52b00e26450f29110f.tar.bz2
opensim-SC_OLD-1e71e3f910c2e249d50afe52b00e26450f29110f.tar.xz
Remove the "mel_t" from version string
-rw-r--r--OpenSim/Framework/Servers/VersionInfo.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Servers/VersionInfo.cs b/OpenSim/Framework/Servers/VersionInfo.cs
index 812abd1..9f98310 100644
--- a/OpenSim/Framework/Servers/VersionInfo.cs
+++ b/OpenSim/Framework/Servers/VersionInfo.cs
@@ -29,7 +29,7 @@ namespace OpenSim
29{ 29{
30 public class VersionInfo 30 public class VersionInfo
31 { 31 {
32 private const string VERSION_NUMBER = "0.6.8-mel_t"; 32 private const string VERSION_NUMBER = "0.6.8";
33 private const Flavour VERSION_FLAVOUR = Flavour.Dev; 33 private const Flavour VERSION_FLAVOUR = Flavour.Dev;
34 34
35 public enum Flavour 35 public enum Flavour