diff options
author | Justin Clark-Casey (justincc) | 2012-02-29 22:10:33 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-02-29 22:10:33 +0000 |
commit | e7f23a6218792acd7c889cd9f9b997ab2e928a67 (patch) | |
tree | 0cd0972610092b55584be8e5621632ecbe3cc85d | |
parent | Don't start pCampbot if the user doesn't supply bot firstname, lastname stub ... (diff) | |
download | opensim-SC_OLD-e7f23a6218792acd7c889cd9f9b997ab2e928a67.zip opensim-SC_OLD-e7f23a6218792acd7c889cd9f9b997ab2e928a67.tar.gz opensim-SC_OLD-e7f23a6218792acd7c889cd9f9b997ab2e928a67.tar.bz2 opensim-SC_OLD-e7f23a6218792acd7c889cd9f9b997ab2e928a67.tar.xz |
Switch 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 aef7008..c327d77 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.3"; | 32 | private const string VERSION_NUMBER = "0.7.3"; |
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 | { |