From 1d6a157134ac05b3e040474ea3e05016431a6388 Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Sat, 13 Jan 2018 22:40:44 +0000 Subject: [PATCH] change version to 0.9.1.1 so we can see it inworld --- OpenSim/Framework/VersionInfo.cs | 4 ++-- 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 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")]