aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authoronefang2019-08-18 14:12:32 +1000
committeronefang2019-08-18 14:12:32 +1000
commit8c34e67e669079c59141c083ed574c54d4afcea1 (patch)
tree3bdafc73e4488764db4460b1f687aed32019c5c5 /OpenSim
parentVarious additions to the web account manager. (diff)
downloadopensim-SC_OLD-8c34e67e669079c59141c083ed574c54d4afcea1.zip
opensim-SC_OLD-8c34e67e669079c59141c083ed574c54d4afcea1.tar.gz
opensim-SC_OLD-8c34e67e669079c59141c083ed574c54d4afcea1.tar.bz2
opensim-SC_OLD-8c34e67e669079c59141c083ed574c54d4afcea1.tar.xz
Bump build number to 3.
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Framework/VersionInfo.cs2
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