diff options
author | Justin Clark-Casey (justincc) | 2011-09-08 22:16:42 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-09-08 22:16:42 +0100 |
commit | 79f3de6ba8722b6b589da8e9034765b3d40395d9 (patch) | |
tree | dcfbde4685dbad8b05d1128a2cfc4e6d95f43390 | |
parent | Fix test failure. Oversight in setting up the tests themselves. (diff) | |
download | opensim-SC_OLD-79f3de6ba8722b6b589da8e9034765b3d40395d9.zip opensim-SC_OLD-79f3de6ba8722b6b589da8e9034765b3d40395d9.tar.gz opensim-SC_OLD-79f3de6ba8722b6b589da8e9034765b3d40395d9.tar.bz2 opensim-SC_OLD-79f3de6ba8722b6b589da8e9034765b3d40395d9.tar.xz |
change version to 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 53a3f17..deecf5e 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.2"; | 32 | private const string VERSION_NUMBER = "0.7.2"; |
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 | { |