change version to 0.9.1.1 so we can see it inworld
parent
4e8fa27411
commit
1d6a157134
|
@ -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;
|
||||
|
||||
|
|
|
@ -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")]
|
||||
|
|
Loading…
Reference in New Issue