diff options
author | onefang | 2020-02-07 16:30:29 +1000 |
---|---|---|
committer | onefang | 2020-02-07 16:30:29 +1000 |
commit | e025c72ac0e743c2f99051e13f5703529525314d (patch) | |
tree | 396b501c46b9d5a582b603335887920483c1cfc5 /OpenSim/Framework/VersionInfo.cs | |
parent | Bump to build 1. (diff) | |
download | opensim-SC_OLD-e025c72ac0e743c2f99051e13f5703529525314d.zip opensim-SC_OLD-e025c72ac0e743c2f99051e13f5703529525314d.tar.gz opensim-SC_OLD-e025c72ac0e743c2f99051e13f5703529525314d.tar.bz2 opensim-SC_OLD-e025c72ac0e743c2f99051e13f5703529525314d.tar.xz |
Bump version to 0.9.0.2 Dev.
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/VersionInfo.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Framework/VersionInfo.cs b/OpenSim/Framework/VersionInfo.cs index de01daf..2250496 100644 --- a/OpenSim/Framework/VersionInfo.cs +++ b/OpenSim/Framework/VersionInfo.cs | |||
@@ -29,11 +29,11 @@ namespace OpenSim | |||
29 | { | 29 | { |
30 | public class VersionInfo | 30 | public class VersionInfo |
31 | { | 31 | { |
32 | public const string VersionNumber = "0.9.0.1"; | 32 | public const string VersionNumber = "0.9.0.2"; |
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 = "0"; |
35 | 35 | ||
36 | public const Flavour VERSION_FLAVOUR = Flavour.Release; | 36 | public const Flavour VERSION_FLAVOUR = Flavour.Dev; |
37 | 37 | ||
38 | public enum Flavour | 38 | public enum Flavour |
39 | { | 39 | { |