mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
change version to 0.9.1.1 so we can see it inworld
This commit is contained in:
@@ -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")]
|
||||
|
||||
Reference in New Issue
Block a user