diff options
author | onefang | 2019-08-31 00:21:27 +1000 |
---|---|---|
committer | onefang | 2019-08-31 00:21:27 +1000 |
commit | 3d32ce2d98e692c11ee6225bcf507f59b2db66dc (patch) | |
tree | 897fe2fbd4f2570328ed85d077ed8ed81a2e8f4e /OpenSim/Framework | |
parent | New NEWS. (diff) | |
download | opensim-SC_OLD-3d32ce2d98e692c11ee6225bcf507f59b2db66dc.zip opensim-SC_OLD-3d32ce2d98e692c11ee6225bcf507f59b2db66dc.tar.gz opensim-SC_OLD-3d32ce2d98e692c11ee6225bcf507f59b2db66dc.tar.bz2 opensim-SC_OLD-3d32ce2d98e692c11ee6225bcf507f59b2db66dc.tar.xz |
Tag and release OpenSim_SC 0.9.0.1 RC1.OpenSim_SC_0.9.0.1_RC1
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/VersionInfo.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/VersionInfo.cs b/OpenSim/Framework/VersionInfo.cs index 2de485f..25a327a 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 SC_BUILD_NUMBER = "6"; | 34 | public const string SC_BUILD_NUMBER = "6"; |
35 | 35 | ||
36 | public const Flavour VERSION_FLAVOUR = Flavour.RC0; | 36 | public const Flavour VERSION_FLAVOUR = Flavour.RC1; |
37 | 37 | ||
38 | public enum Flavour | 38 | public enum Flavour |
39 | { | 39 | { |