diff options
author | Justin Clark-Casey (justincc) | 2014-01-24 23:00:10 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2014-01-24 23:00:10 +0000 |
commit | 9760cd47f15ed38953295778a615e26b827c1fc9 (patch) | |
tree | 1e818d0ff8adc447fa0de31a8fcc16682b0271e5 | |
parent | Fix false positive test failure in TestRepeatSameDrawContainingImageReusingTe... (diff) | |
download | opensim-SC-9760cd47f15ed38953295778a615e26b827c1fc9.zip opensim-SC-9760cd47f15ed38953295778a615e26b827c1fc9.tar.gz opensim-SC-9760cd47f15ed38953295778a615e26b827c1fc9.tar.bz2 opensim-SC-9760cd47f15ed38953295778a615e26b827c1fc9.tar.xz |
Change release verson to 0.7.5.1 and flavour to rc10.7.5.1-rc1
-rw-r--r-- | OpenSim/Framework/Servers/VersionInfo.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Framework/Servers/VersionInfo.cs b/OpenSim/Framework/Servers/VersionInfo.cs index 07ad3b3..50d095c 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.7.5"; | 32 | private const string VERSION_NUMBER = "0.7.5.1"; |
33 | private const Flavour VERSION_FLAVOUR = Flavour.Post_Fixes; | 33 | private const Flavour VERSION_FLAVOUR = Flavour.RC1; |
34 | 34 | ||
35 | public enum Flavour | 35 | public enum Flavour |
36 | { | 36 | { |