diff options
author | Justin Clark-Casey (justincc) | 2014-01-31 23:20:14 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2014-01-31 23:20:14 +0000 |
commit | a29c2fe8feebac74cf3ebeb6e88eae12a29a97fa (patch) | |
tree | 616aafdded349e90da568f7636676f4d31e60509 | |
parent | Change release verson to 0.7.5.1 and flavour to rc1 (diff) | |
download | opensim-SC-0.7.5.1.zip opensim-SC-0.7.5.1.tar.gz opensim-SC-0.7.5.1.tar.bz2 opensim-SC-0.7.5.1.tar.xz |
Change flavour of 0.7.5.1 to Release0.7.5.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 50d095c..043ca35 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.5.1"; | 32 | private const string VERSION_NUMBER = "0.7.5.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 | { |