diff options
author | onefang | 2021-07-06 13:43:03 +1000 |
---|---|---|
committer | onefang | 2021-07-06 13:43:03 +1000 |
commit | fd447ab606f420666d87e0e01244b9df0d1a2cc3 (patch) | |
tree | 933b2769894069b521857c06d2529a8d95caddf5 /OpenSim/Framework/VersionInfo.cs | |
parent | No need for password to save IARs. (diff) | |
download | opensim-SC-fd447ab606f420666d87e0e01244b9df0d1a2cc3.zip opensim-SC-fd447ab606f420666d87e0e01244b9df0d1a2cc3.tar.gz opensim-SC-fd447ab606f420666d87e0e01244b9df0d1a2cc3.tar.bz2 opensim-SC-fd447ab606f420666d87e0e01244b9df0d1a2cc3.tar.xz |
Move to dev version.
Diffstat (limited to '')
-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 3ae5145..d2674a0 100644 --- a/OpenSim/Framework/VersionInfo.cs +++ b/OpenSim/Framework/VersionInfo.cs | |||
@@ -33,7 +33,7 @@ namespace OpenSim | |||
33 | public const string AssemblyVersionNumber = "0.9.1.1"; | 33 | public const string AssemblyVersionNumber = "0.9.1.1"; |
34 | public const string SC_BUILD_NUMBER = "0"; | 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 | { |