diff options
author | Justin Clark-Casey (justincc) | 2014-01-31 20:28:09 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2014-01-31 20:28:09 +0000 |
commit | 40144fb0f645bf5e62615e1697389b3eb85ff0f7 (patch) | |
tree | 30c80f739ebd04722db7acf2a385574b6c116792 | |
parent | Record whether login to home fails because no home set (UUID.Zero) or region ... (diff) | |
download | opensim-SC-0.7.6.1.zip opensim-SC-0.7.6.1.tar.gz opensim-SC-0.7.6.1.tar.bz2 opensim-SC-0.7.6.1.tar.xz |
Change 0.7.6.1 flavour to release0.7.6.1
-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 c04fe97..a6ede39 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.1"; | 32 | private const string VERSION_NUMBER = "0.7.6.1"; |
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 | { |