diff options
author | onefang | 2019-08-22 15:53:43 +1000 |
---|---|---|
committer | onefang | 2019-08-22 15:53:43 +1000 |
commit | e1b9ecb987f55093cd5908617814ca25fae5fbbd (patch) | |
tree | d0c9817638722d009a9a1608cabbc39505bd8a64 | |
parent | More stats, and an actual stats web page. (diff) | |
download | opensim-SC_OLD-e1b9ecb987f55093cd5908617814ca25fae5fbbd.zip opensim-SC_OLD-e1b9ecb987f55093cd5908617814ca25fae5fbbd.tar.gz opensim-SC_OLD-e1b9ecb987f55093cd5908617814ca25fae5fbbd.tar.bz2 opensim-SC_OLD-e1b9ecb987f55093cd5908617814ca25fae5fbbd.tar.xz |
Bump build number to 5.
-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 97d8980..cf0a2a3 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 = "4"; | 34 | public const string SC_BUILD_NUMBER = "5"; |
35 | 35 | ||
36 | public const Flavour VERSION_FLAVOUR = Flavour.RC0; | 36 | public const Flavour VERSION_FLAVOUR = Flavour.RC0; |
37 | 37 | ||