change version to 0.9.1.1 so we can see it inworld

httptests
UbitUmarov 2018-01-13 22:40:44 +00:00
parent 4e8fa27411
commit 1d6a157134
2 changed files with 3 additions and 3 deletions

View File

@ -29,8 +29,8 @@ namespace OpenSim
{
public class VersionInfo
{
public const string VersionNumber = "0.9.1.0";
public const string AssemblyVersionNumber = "0.9.1.*";
public const string VersionNumber = "0.9.1.1";
public const string AssemblyVersionNumber = "0.9.1.1";
public const Flavour VERSION_FLAVOUR = Flavour.Dev;

View File

@ -7,7 +7,7 @@ using Mono.Addins;
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("OpenSim")]
[assembly: AssemblyDescription("The executable for for simulator")]
[assembly: AssemblyDescription("The executable for regions simulator")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("http://opensimulator.org")]
[assembly: AssemblyProduct("OpenSim")]