From 3de916efff479f48469ba31851b1c34aaf41bdba Mon Sep 17 00:00:00 2001 From: Dmitry Dzygin Date: Thu, 24 Mar 2022 15:16:14 +0100 Subject: [PATCH] Updating version number to 6.12 --- Composite/Properties/SharedAssemblyInfo.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Composite/Properties/SharedAssemblyInfo.cs b/Composite/Properties/SharedAssemblyInfo.cs index ea5d1c148..5e33eda19 100644 --- a/Composite/Properties/SharedAssemblyInfo.cs +++ b/Composite/Properties/SharedAssemblyInfo.cs @@ -2,15 +2,15 @@ // General Information about the assemblies Composite and Composite.Workflows #if !InternalBuild -[assembly: AssemblyTitle("C1 CMS 6.11")] +[assembly: AssemblyTitle("C1 CMS 6.12")] #else -[assembly: AssemblyTitle("C1 CMS 6.11 (Internal Build)")] +[assembly: AssemblyTitle("C1 CMS 6.12 (Internal Build)")] #endif [assembly: AssemblyCompany("Orckestra Technologies Inc.")] [assembly: AssemblyProduct("C1 CMS")] -[assembly: AssemblyCopyright("Copyright © Orckestra Technologies Inc. 2021")] +[assembly: AssemblyCopyright("Copyright © Orckestra Technologies Inc. 2022")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] -[assembly: AssemblyVersion("6.11.*")] +[assembly: AssemblyVersion("6.12.*")]