diff --git a/Composite/Properties/SharedAssemblyInfo.cs b/Composite/Properties/SharedAssemblyInfo.cs index 5e33eda19..d7202a510 100644 --- a/Composite/Properties/SharedAssemblyInfo.cs +++ b/Composite/Properties/SharedAssemblyInfo.cs @@ -2,9 +2,9 @@ // General Information about the assemblies Composite and Composite.Workflows #if !InternalBuild -[assembly: AssemblyTitle("C1 CMS 6.12")] +[assembly: AssemblyTitle("C1 CMS 6.13")] #else -[assembly: AssemblyTitle("C1 CMS 6.12 (Internal Build)")] +[assembly: AssemblyTitle("C1 CMS 6.13 (Internal Build)")] #endif [assembly: AssemblyCompany("Orckestra Technologies Inc.")] @@ -13,4 +13,4 @@ [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] -[assembly: AssemblyVersion("6.12.*")] +[assembly: AssemblyVersion("6.13.*")]