diff options
author | onefang | 2019-08-21 21:50:29 +1000 |
---|---|---|
committer | onefang | 2019-08-21 21:50:29 +1000 |
commit | 91dd43be0149cc970158865be43aa8c46f9ca396 (patch) | |
tree | 1da2be254f838947777387009c2caf41af631248 | |
parent | Disable the account manager for now, and anything else HTTPS related. (diff) | |
download | opensim-SC-91dd43be0149cc970158865be43aa8c46f9ca396.zip opensim-SC-91dd43be0149cc970158865be43aa8c46f9ca396.tar.gz opensim-SC-91dd43be0149cc970158865be43aa8c46f9ca396.tar.bz2 opensim-SC-91dd43be0149cc970158865be43aa8c46f9ca396.tar.xz |
Bump build number to 4.
-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 33aaf36..97d8980 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 = "3"; | 34 | public const string SC_BUILD_NUMBER = "4"; |
35 | 35 | ||
36 | public const Flavour VERSION_FLAVOUR = Flavour.RC0; | 36 | public const Flavour VERSION_FLAVOUR = Flavour.RC0; |
37 | 37 | ||