diff options
author | Justin Clark-Casey (justincc) | 2013-01-26 00:09:43 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2013-01-26 00:09:43 +0000 |
commit | 6bd57f245560421c9f9bd730d583aa487ec26d46 (patch) | |
tree | 675c3606652893fb786084c4b836f1539a84d5f1 /OpenSim | |
parent | Restore previous client AO behaviour by not allowing them to remove the defau... (diff) | |
download | opensim-SC-6bd57f245560421c9f9bd730d583aa487ec26d46.zip opensim-SC-6bd57f245560421c9f9bd730d583aa487ec26d46.tar.gz opensim-SC-6bd57f245560421c9f9bd730d583aa487ec26d46.tar.bz2 opensim-SC-6bd57f245560421c9f9bd730d583aa487ec26d46.tar.xz |
Bump version up to 0.7.5-rc2
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 680d69a..49fcf93 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.RC1; | 33 | private const Flavour VERSION_FLAVOUR = Flavour.RC2; |
34 | 34 | ||
35 | public enum Flavour | 35 | public enum Flavour |
36 | { | 36 | { |