diff options
author | Justin Clark-Casey (justincc) | 2013-09-27 22:34:40 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2013-09-27 22:34:40 +0100 |
commit | 329235d3b7a133bf08977c39a412212ed33aa745 (patch) | |
tree | 205a2e6b60bb730d430a6cf804e0a8af7ad1ee93 | |
parent | minor: Disable logging left active on regression test TestSameSimulatorIsolat... (diff) | |
download | opensim-SC_OLD-329235d3b7a133bf08977c39a412212ed33aa745.zip opensim-SC_OLD-329235d3b7a133bf08977c39a412212ed33aa745.tar.gz opensim-SC_OLD-329235d3b7a133bf08977c39a412212ed33aa745.tar.bz2 opensim-SC_OLD-329235d3b7a133bf08977c39a412212ed33aa745.tar.xz |
Flip release version to RC10.7.6-rc1
-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 80568e0..f4b3e26 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.7.6"; | 32 | private const string VERSION_NUMBER = "0.7.6"; |
33 | private const Flavour VERSION_FLAVOUR = Flavour.Dev; | 33 | private const Flavour VERSION_FLAVOUR = Flavour.RC1; |
34 | 34 | ||
35 | public enum Flavour | 35 | public enum Flavour |
36 | { | 36 | { |