diff options
author | Justin Clark-Casey (justincc) | 2013-02-08 21:37:14 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2013-02-08 21:37:14 +0000 |
commit | 30638317abaafe3d22a1b8e715ca4b0a1a4930ca (patch) | |
tree | eca5f140dab0b47ca79e4629cb2d165d149712e0 | |
parent | If a component of a coalesced object fails to deserialization, do not add a n... (diff) | |
download | opensim-SC_OLD-30638317abaafe3d22a1b8e715ca4b0a1a4930ca.zip opensim-SC_OLD-30638317abaafe3d22a1b8e715ca4b0a1a4930ca.tar.gz opensim-SC_OLD-30638317abaafe3d22a1b8e715ca4b0a1a4930ca.tar.bz2 opensim-SC_OLD-30638317abaafe3d22a1b8e715ca4b0a1a4930ca.tar.xz |
Bump 0.7.5 flavour to Release
-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 49fcf93..facda59 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.RC2; | 33 | private const Flavour VERSION_FLAVOUR = Flavour.Release; |
34 | 34 | ||
35 | public enum Flavour | 35 | public enum Flavour |
36 | { | 36 | { |