From 5c3d29d638c596f07a183091c0fa4e9300c88ece Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Wed, 29 Mar 2023 17:30:12 +0100 Subject: [PATCH] =?UTF-8?q?=1B[200~change=20version=20flavour=20to=20Relea?= =?UTF-8?q?se?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- OpenSim/Framework/VersionInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenSim/Framework/VersionInfo.cs b/OpenSim/Framework/VersionInfo.cs index 53705c017e..b7e282da60 100644 --- a/OpenSim/Framework/VersionInfo.cs +++ b/OpenSim/Framework/VersionInfo.cs @@ -32,7 +32,7 @@ namespace OpenSim public const string VersionNumber = "0.9.2.2"; public const string AssemblyVersionNumber = "0.9.2.2"; - public const Flavour VERSION_FLAVOUR = Flavour.Dev; + public const Flavour VERSION_FLAVOUR = Flavour.Release; public enum Flavour {