diff options
author | UbitUmarov | 2019-10-28 11:28:00 +0000 |
---|---|---|
committer | UbitUmarov | 2019-10-28 11:28:00 +0000 |
commit | b073d2ae6b1a519e3e413c0796b5a164107adae2 (patch) | |
tree | d45a9d8e0eb0fd45fb689d1f4472e653ae876d89 /OpenSim | |
parent | refuse to create a new user with empty password (diff) | |
download | opensim-SC-b073d2ae6b1a519e3e413c0796b5a164107adae2.zip opensim-SC-b073d2ae6b1a519e3e413c0796b5a164107adae2.tar.gz opensim-SC-b073d2ae6b1a519e3e413c0796b5a164107adae2.tar.bz2 opensim-SC-b073d2ae6b1a519e3e413c0796b5a164107adae2.tar.xz |
change version
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Framework/VersionInfo.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Framework/VersionInfo.cs b/OpenSim/Framework/VersionInfo.cs index f0f1eb4..a354345 100644 --- a/OpenSim/Framework/VersionInfo.cs +++ b/OpenSim/Framework/VersionInfo.cs | |||
@@ -29,8 +29,8 @@ namespace OpenSim | |||
29 | { | 29 | { |
30 | public class VersionInfo | 30 | public class VersionInfo |
31 | { | 31 | { |
32 | public const string VersionNumber = "0.9.1.0"; | 32 | public const string VersionNumber = "0.9.1.1"; |
33 | public const string AssemblyVersionNumber = "0.9.1.0"; | 33 | public const string AssemblyVersionNumber = "0.9.1.1"; |
34 | 34 | ||
35 | public const Flavour VERSION_FLAVOUR = Flavour.Dev; | 35 | public const Flavour VERSION_FLAVOUR = Flavour.Dev; |
36 | 36 | ||