diff options
author | onefang | 2019-09-11 22:41:51 +1000 |
---|---|---|
committer | onefang | 2019-09-11 22:41:51 +1000 |
commit | 805645f02e5c0ad849390a241ffea790b2bbe57b (patch) | |
tree | 9c705ba245d75bed6e0feb4e13d6bf2350eee0b7 /OpenSim/Framework | |
parent | Hack around some tests failing. (diff) | |
download | opensim-SC_OLD-805645f02e5c0ad849390a241ffea790b2bbe57b.zip opensim-SC_OLD-805645f02e5c0ad849390a241ffea790b2bbe57b.tar.gz opensim-SC_OLD-805645f02e5c0ad849390a241ffea790b2bbe57b.tar.bz2 opensim-SC_OLD-805645f02e5c0ad849390a241ffea790b2bbe57b.tar.xz |
Bump to build 1.
Diffstat (limited to 'OpenSim/Framework')
-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 c74060b..de01daf 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 = "0"; | 34 | public const string SC_BUILD_NUMBER = "1"; |
35 | 35 | ||
36 | public const Flavour VERSION_FLAVOUR = Flavour.Release; | 36 | public const Flavour VERSION_FLAVOUR = Flavour.Release; |
37 | 37 | ||