diff options
author | Justin Clark-Casey (justincc) | 2013-01-04 21:59:49 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2013-01-04 21:59:49 +0000 |
commit | 6f928f52ddbc4dc17600d02de9d4899581b009d5 (patch) | |
tree | 02668ee2ed233781931c54b11a0f412958c6114e /OpenSim/Framework/Servers/VersionInfo.cs | |
parent | Set default particle burst count to 1 instead of 0 in any set particle system... (diff) | |
download | opensim-SC_OLD-6f928f52ddbc4dc17600d02de9d4899581b009d5.zip opensim-SC_OLD-6f928f52ddbc4dc17600d02de9d4899581b009d5.tar.gz opensim-SC_OLD-6f928f52ddbc4dc17600d02de9d4899581b009d5.tar.bz2 opensim-SC_OLD-6f928f52ddbc4dc17600d02de9d4899581b009d5.tar.xz |
Flip version to 0.7.5.RC10.7.5-rc1
Diffstat (limited to 'OpenSim/Framework/Servers/VersionInfo.cs')
-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 c9d9770..680d69a 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"; | 32 | private const string VERSION_NUMBER = "0.7.5"; |
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 | { |