diff --git a/OpenSim/Framework/VersionInfo.cs b/OpenSim/Framework/VersionInfo.cs index 8426eb0014..6aac3d4187 100644 --- a/OpenSim/Framework/VersionInfo.cs +++ b/OpenSim/Framework/VersionInfo.cs @@ -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; diff --git a/OpenSim/Region/Application/Properties/AssemblyInfo.cs b/OpenSim/Region/Application/Properties/AssemblyInfo.cs index 09772d369d..0a75094168 100644 --- a/OpenSim/Region/Application/Properties/AssemblyInfo.cs +++ b/OpenSim/Region/Application/Properties/AssemblyInfo.cs @@ -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")]