diff options
-rw-r--r-- | OpenSim/Framework/Servers/VersionInfo.cs | 2 | ||||
-rw-r--r-- | bin/OpenSim.ini.example | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/Framework/Servers/VersionInfo.cs b/OpenSim/Framework/Servers/VersionInfo.cs index 22a660e..376d221 100644 --- a/OpenSim/Framework/Servers/VersionInfo.cs +++ b/OpenSim/Framework/Servers/VersionInfo.cs | |||
@@ -30,7 +30,7 @@ namespace OpenSim | |||
30 | public class VersionInfo | 30 | public class VersionInfo |
31 | { | 31 | { |
32 | private const string VERSION_NUMBER = "0.6.7"; | 32 | private const string VERSION_NUMBER = "0.6.7"; |
33 | private const Flavour VERSION_FLAVOUR = Flavour.Release; | 33 | private const Flavour VERSION_FLAVOUR = Flavour.RC1; |
34 | 34 | ||
35 | public enum Flavour | 35 | public enum Flavour |
36 | { | 36 | { |
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 7a65efe..97e6354 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -1379,7 +1379,6 @@ | |||
1379 | [J2KDecoder] | 1379 | [J2KDecoder] |
1380 | ;CacheDir = "./j2kDecodeCache" | 1380 | ;CacheDir = "./j2kDecodeCache" |
1381 | ; Time in minutes before cached decodes expire. Set to 0 for no expiration. Default is 720 minutes. | 1381 | ; Time in minutes before cached decodes expire. Set to 0 for no expiration. Default is 720 minutes. |
1382 | |||
1383 | ;CacheTimeout = 720 | 1382 | ;CacheTimeout = 720 |
1384 | 1383 | ||
1385 | ;; | 1384 | ;; |