diff options
author | UbitUmarov | 2018-01-13 22:40:44 +0000 |
---|---|---|
committer | UbitUmarov | 2018-01-13 22:40:44 +0000 |
commit | 1d6a157134ac05b3e040474ea3e05016431a6388 (patch) | |
tree | 7bc5aae7878a5decd959ab45aa360f823406cb26 /OpenSim/Framework | |
parent | update again libomv that may depend on new log4net and XMLRPC (diff) | |
download | opensim-SC-1d6a157134ac05b3e040474ea3e05016431a6388.zip opensim-SC-1d6a157134ac05b3e040474ea3e05016431a6388.tar.gz opensim-SC-1d6a157134ac05b3e040474ea3e05016431a6388.tar.bz2 opensim-SC-1d6a157134ac05b3e040474ea3e05016431a6388.tar.xz |
change version to 0.9.1.1 so we can see it inworld
Diffstat (limited to 'OpenSim/Framework')
-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 8426eb0..6aac3d4 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.*"; | 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 | ||