diff options
author | onefang | 2019-08-18 14:12:32 +1000 |
---|---|---|
committer | onefang | 2019-08-18 14:12:32 +1000 |
commit | 8c34e67e669079c59141c083ed574c54d4afcea1 (patch) | |
tree | 3bdafc73e4488764db4460b1f687aed32019c5c5 | |
parent | Various additions to the web account manager. (diff) | |
download | opensim-SC-8c34e67e669079c59141c083ed574c54d4afcea1.zip opensim-SC-8c34e67e669079c59141c083ed574c54d4afcea1.tar.gz opensim-SC-8c34e67e669079c59141c083ed574c54d4afcea1.tar.bz2 opensim-SC-8c34e67e669079c59141c083ed574c54d4afcea1.tar.xz |
Bump build number to 3.
-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 fd28842..33aaf36 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 = "2"; | 34 | public const string SC_BUILD_NUMBER = "3"; |
35 | 35 | ||
36 | public const Flavour VERSION_FLAVOUR = Flavour.RC0; | 36 | public const Flavour VERSION_FLAVOUR = Flavour.RC0; |
37 | 37 | ||