aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorMelanie2009-10-22 01:51:27 +0100
committerMelanie2009-10-22 01:51:27 +0100
commit9ec55df9880194e6e004fdde96ebdf1a196f3fca (patch)
treeadb6e8c3adf3d8142e20a88413912d643c485286 /OpenSim
parent* Change the OnQueueEmpty signature to send the flags of the queues that are ... (diff)
downloadopensim-SC_OLD-9ec55df9880194e6e004fdde96ebdf1a196f3fca.zip
opensim-SC_OLD-9ec55df9880194e6e004fdde96ebdf1a196f3fca.tar.gz
opensim-SC_OLD-9ec55df9880194e6e004fdde96ebdf1a196f3fca.tar.bz2
opensim-SC_OLD-9ec55df9880194e6e004fdde96ebdf1a196f3fca.tar.xz
Mark new version
Diffstat (limited to 'OpenSim')
-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 9f98310..812abd1 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"; 32 private const string VERSION_NUMBER = "0.6.8-mel_t";
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