diff options
author | Diva Canto | 2011-04-24 16:17:20 -0700 |
---|---|---|
committer | Diva Canto | 2011-04-24 16:17:20 -0700 |
commit | ee3d2cb11948ec458134651209b39402ef225e11 (patch) | |
tree | f8a699fb3d925e46ef131d706b981238241e6f4d /OpenSim | |
parent | Commented verbose debug message. (diff) | |
parent | switch up flavour to rc2 in preparation (diff) | |
download | opensim-SC_OLD-ee3d2cb11948ec458134651209b39402ef225e11.zip opensim-SC_OLD-ee3d2cb11948ec458134651209b39402ef225e11.tar.gz opensim-SC_OLD-ee3d2cb11948ec458134651209b39402ef225e11.tar.bz2 opensim-SC_OLD-ee3d2cb11948ec458134651209b39402ef225e11.tar.xz |
Merge branch '0.7.1-dev' of ssh://opensimulator.org/var/git/opensim into 0.7.1-dev
Diffstat (limited to 'OpenSim')
-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 c20a027..81449e8 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.1"; | 32 | private const string VERSION_NUMBER = "0.7.1"; |
33 | private const Flavour VERSION_FLAVOUR = Flavour.RC1; | 33 | private const Flavour VERSION_FLAVOUR = Flavour.RC2; |
34 | 34 | ||
35 | public enum Flavour | 35 | public enum Flavour |
36 | { | 36 | { |