diff options
author | onefang | 2019-08-15 05:47:11 +1000 |
---|---|---|
committer | onefang | 2019-08-15 05:47:11 +1000 |
commit | 349171ae48970b0eed3c6f51f154eba844e6ebaf (patch) | |
tree | 99e580985f317d0fdc955fa8869e30bf573cb2e9 | |
parent | Actually calculate the sample money modules fake balance. (diff) | |
download | opensim-SC-349171ae48970b0eed3c6f51f154eba844e6ebaf.zip opensim-SC-349171ae48970b0eed3c6f51f154eba844e6ebaf.tar.gz opensim-SC-349171ae48970b0eed3c6f51f154eba844e6ebaf.tar.bz2 opensim-SC-349171ae48970b0eed3c6f51f154eba844e6ebaf.tar.xz |
Bump build number.
I should have done this after tagging RC0.
-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 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 | ||