aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorjustincc2009-12-23 15:31:43 +0000
committerjustincc2009-12-23 15:31:43 +0000
commit139b00ceec3f1cbe986593007c6856f9bf82c3af (patch)
tree27340e0d6c41a6efb219acae1acd1ceb5a3a356a
parentDisabling logging of xmlrpc request parsing failures, since this currently re... (diff)
downloadopensim-SC-139b00ceec3f1cbe986593007c6856f9bf82c3af.zip
opensim-SC-139b00ceec3f1cbe986593007c6856f9bf82c3af.tar.gz
opensim-SC-139b00ceec3f1cbe986593007c6856f9bf82c3af.tar.bz2
opensim-SC-139b00ceec3f1cbe986593007c6856f9bf82c3af.tar.xz
Change flavour to Release0.6.8-release
-rw-r--r--OpenSim/Framework/Servers/VersionInfo.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Framework/Servers/VersionInfo.cs b/OpenSim/Framework/Servers/VersionInfo.cs
index c712fe2..31ce538 100644
--- a/OpenSim/Framework/Servers/VersionInfo.cs
+++ b/OpenSim/Framework/Servers/VersionInfo.cs
@@ -29,8 +29,8 @@ 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";
33 private const Flavour VERSION_FLAVOUR = Flavour.RC1; 33 private const Flavour VERSION_FLAVOUR = Flavour.Release;
34 34
35 public enum Flavour 35 public enum Flavour
36 { 36 {