diff options
author | onefang | 2019-08-25 07:56:33 +1000 |
---|---|---|
committer | onefang | 2019-08-25 07:56:33 +1000 |
commit | b7e92a2fc7e9b162734a7bd00ab1f6f252d97133 (patch) | |
tree | fc8f49e26be4ccf7ef01d7b8b9c1c7d53499b1c9 /OpenSim/Framework/VersionInfo.cs | |
parent | Gods can do anything they want, including bypassing OhSilly threat levels. (diff) | |
download | opensim-SC-b7e92a2fc7e9b162734a7bd00ab1f6f252d97133.zip opensim-SC-b7e92a2fc7e9b162734a7bd00ab1f6f252d97133.tar.gz opensim-SC-b7e92a2fc7e9b162734a7bd00ab1f6f252d97133.tar.bz2 opensim-SC-b7e92a2fc7e9b162734a7bd00ab1f6f252d97133.tar.xz |
Bump build number to 6.
Diffstat (limited to '')
-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 0780446..2de485f 100644 --- a/OpenSim/Framework/VersionInfo.cs +++ b/OpenSim/Framework/VersionInfo.cs | |||
@@ -31,7 +31,7 @@ namespace OpenSim | |||
31 | { | 31 | { |
32 | public const string VersionNumber = "0.9.0.1"; | 32 | public const string VersionNumber = "0.9.0.1"; |
33 | public const string AssemblyVersionNumber = "0.9.0.*"; | 33 | public const string AssemblyVersionNumber = "0.9.0.*"; |
34 | public const string SC_BUILD_NUMBER = "5"; | 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.RC0; |
37 | 37 | ||