diff options
author | Justin Clark-Casey (justincc) | 2012-08-24 22:07:58 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-08-24 22:07:58 +0100 |
commit | fa13a6a8da31e5237259316855644ae41f55ad0c (patch) | |
tree | 7718f0c244e57b28e320fcd87600950b1b41c0c8 /OpenSim/Framework | |
parent | Pass the "attachToBackup" bool given to SceneGraph.AddNewSceneObject() down i... (diff) | |
download | opensim-SC_OLD-fa13a6a8da31e5237259316855644ae41f55ad0c.zip opensim-SC_OLD-fa13a6a8da31e5237259316855644ae41f55ad0c.tar.gz opensim-SC_OLD-fa13a6a8da31e5237259316855644ae41f55ad0c.tar.bz2 opensim-SC_OLD-fa13a6a8da31e5237259316855644ae41f55ad0c.tar.xz |
Bump version number to 0.7.4-rc2
Diffstat (limited to 'OpenSim/Framework')
-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 ef6d883..15e6d15 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.4"; | 32 | private const string VERSION_NUMBER = "0.7.4"; |
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 | { |