aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authoronefang2019-08-15 05:47:11 +1000
committeronefang2019-08-15 05:47:11 +1000
commit349171ae48970b0eed3c6f51f154eba844e6ebaf (patch)
tree99e580985f317d0fdc955fa8869e30bf573cb2e9 /OpenSim
parentActually calculate the sample money modules fake balance. (diff)
downloadopensim-SC_OLD-349171ae48970b0eed3c6f51f154eba844e6ebaf.zip
opensim-SC_OLD-349171ae48970b0eed3c6f51f154eba844e6ebaf.tar.gz
opensim-SC_OLD-349171ae48970b0eed3c6f51f154eba844e6ebaf.tar.bz2
opensim-SC_OLD-349171ae48970b0eed3c6f51f154eba844e6ebaf.tar.xz
Bump build number.
I should have done this after tagging RC0.
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 482ef25..fd28842 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 = "1"; 34 public const string SC_BUILD_NUMBER = "2";
35 35
36 public const Flavour VERSION_FLAVOUR = Flavour.RC0; 36 public const Flavour VERSION_FLAVOUR = Flavour.RC0;
37 37