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 | |
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')
-rw-r--r-- | OpenSim/Framework/VersionInfo.cs | 4 | ||||
-rw-r--r-- | OpenSim/Region/Application/Properties/AssemblyInfo.cs | 2 |
2 files changed, 3 insertions, 3 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 | ||
diff --git a/OpenSim/Region/Application/Properties/AssemblyInfo.cs b/OpenSim/Region/Application/Properties/AssemblyInfo.cs index 09772d3..0a75094 100644 --- a/OpenSim/Region/Application/Properties/AssemblyInfo.cs +++ b/OpenSim/Region/Application/Properties/AssemblyInfo.cs | |||
@@ -7,7 +7,7 @@ using Mono.Addins; | |||
7 | // set of attributes. Change these attribute values to modify the information | 7 | // set of attributes. Change these attribute values to modify the information |
8 | // associated with an assembly. | 8 | // associated with an assembly. |
9 | [assembly: AssemblyTitle("OpenSim")] | 9 | [assembly: AssemblyTitle("OpenSim")] |
10 | [assembly: AssemblyDescription("The executable for for simulator")] | 10 | [assembly: AssemblyDescription("The executable for regions simulator")] |
11 | [assembly: AssemblyConfiguration("")] | 11 | [assembly: AssemblyConfiguration("")] |
12 | [assembly: AssemblyCompany("http://opensimulator.org")] | 12 | [assembly: AssemblyCompany("http://opensimulator.org")] |
13 | [assembly: AssemblyProduct("OpenSim")] | 13 | [assembly: AssemblyProduct("OpenSim")] |