diff options
author | onefang | 2019-07-30 01:13:42 +1000 |
---|---|---|
committer | onefang | 2019-07-30 01:13:42 +1000 |
commit | a239b8b23dabe8800a8f34f555f25239e01e1c6b (patch) | |
tree | 749c291b9bb844ddc7cbf7772216a4c31058846f /OpenSim/Framework | |
parent | A few typoes slipped through. (diff) | |
download | opensim-SC_OLD-a239b8b23dabe8800a8f34f555f25239e01e1c6b.zip opensim-SC_OLD-a239b8b23dabe8800a8f34f555f25239e01e1c6b.tar.gz opensim-SC_OLD-a239b8b23dabe8800a8f34f555f25239e01e1c6b.tar.bz2 opensim-SC_OLD-a239b8b23dabe8800a8f34f555f25239e01e1c6b.tar.xz |
Move from IG to SC flavour.
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/VersionInfo.cs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/OpenSim/Framework/VersionInfo.cs b/OpenSim/Framework/VersionInfo.cs index d33a080..eae68b3 100644 --- a/OpenSim/Framework/VersionInfo.cs +++ b/OpenSim/Framework/VersionInfo.cs | |||
@@ -33,7 +33,7 @@ namespace OpenSim | |||
33 | public const string AssemblyVersionNumber = "0.9.0.*"; | 33 | public const string AssemblyVersionNumber = "0.9.0.*"; |
34 | public const string IG_BUILD_NUMBER = "1"; | 34 | public const string IG_BUILD_NUMBER = "1"; |
35 | 35 | ||
36 | public const Flavour VERSION_FLAVOUR = Flavour.IG; | 36 | public const Flavour VERSION_FLAVOUR = Flavour.SC; |
37 | 37 | ||
38 | public enum Flavour | 38 | public enum Flavour |
39 | { | 39 | { |
@@ -45,7 +45,8 @@ namespace OpenSim | |||
45 | Release, | 45 | Release, |
46 | Post_Fixes, | 46 | Post_Fixes, |
47 | Extended, | 47 | Extended, |
48 | IG | 48 | IG, |
49 | SC | ||
49 | } | 50 | } |
50 | 51 | ||
51 | public static string Version | 52 | public static string Version |