From ec69a32d787e88a5867d77aa92b35606433e9c65 Mon Sep 17 00:00:00 2001 From: Per Lundberg Date: Wed, 2 Oct 2013 10:25:07 +0300 Subject: [PATCH] 1.25.5 coming up. --- CefSharp.Example/Properties/AssemblyInfo.cs | 2 +- CefSharp.Test/Properties/AssemblyInfo.cs | 2 +- CefSharp.WinForms.Example/Properties/AssemblyInfo.cs | 2 +- CefSharp.WinForms.Test/Properties/AssemblyInfo.cs | 2 +- CefSharp.WinForms/AssemblyInfo.cpp | 2 +- CefSharp.Wpf.Example/Properties/AssemblyInfo.cs | 2 +- CefSharp.Wpf.Test/Properties/AssemblyInfo.cs | 2 +- CefSharp.Wpf/AssemblyInfo.cpp | 2 +- CefSharp/AssemblyInfo.cpp | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CefSharp.Example/Properties/AssemblyInfo.cs b/CefSharp.Example/Properties/AssemblyInfo.cs index b024992e94..cd2379d30a 100644 --- a/CefSharp.Example/Properties/AssemblyInfo.cs +++ b/CefSharp.Example/Properties/AssemblyInfo.cs @@ -6,5 +6,5 @@ [assembly: AssemblyProduct("CefSharp.Example")] [assembly: AssemblyCopyright("Copyright © The CefSharp Project 2013")] -[assembly: AssemblyVersion("1.25.4.*")] +[assembly: AssemblyVersion("1.25.5.0")] [assembly: ComVisible(false)] diff --git a/CefSharp.Test/Properties/AssemblyInfo.cs b/CefSharp.Test/Properties/AssemblyInfo.cs index e31f8de17d..ad12dc278d 100644 --- a/CefSharp.Test/Properties/AssemblyInfo.cs +++ b/CefSharp.Test/Properties/AssemblyInfo.cs @@ -6,5 +6,5 @@ [assembly: AssemblyProduct("CefSharp")] [assembly:AssemblyCopyright("Copyright © The CefSharp Project 2013")] -[assembly: AssemblyVersion("1.25.4.*")] +[assembly: AssemblyVersion("1.25.5.0")] [assembly: ComVisible(false)] diff --git a/CefSharp.WinForms.Example/Properties/AssemblyInfo.cs b/CefSharp.WinForms.Example/Properties/AssemblyInfo.cs index 2cd95b3f00..65e1afefcf 100644 --- a/CefSharp.WinForms.Example/Properties/AssemblyInfo.cs +++ b/CefSharp.WinForms.Example/Properties/AssemblyInfo.cs @@ -6,5 +6,5 @@ [assembly: AssemblyProduct("CefSharp")] [assembly: AssemblyCopyright("Copyright © The CefSharp Project 2013")] -[assembly: AssemblyVersion("1.25.4.*")] +[assembly: AssemblyVersion("1.25.5.0")] [assembly: ComVisible(false)] diff --git a/CefSharp.WinForms.Test/Properties/AssemblyInfo.cs b/CefSharp.WinForms.Test/Properties/AssemblyInfo.cs index 160072386a..668ee5c9c9 100644 --- a/CefSharp.WinForms.Test/Properties/AssemblyInfo.cs +++ b/CefSharp.WinForms.Test/Properties/AssemblyInfo.cs @@ -6,5 +6,5 @@ [assembly: AssemblyProduct("CefSharp.Example")] [assembly: AssemblyCopyright("Copyright © The CefSharp Project 2013")] -[assembly: AssemblyVersion("1.25.4.*")] +[assembly: AssemblyVersion("1.25.5.0")] [assembly: ComVisible(false)] diff --git a/CefSharp.WinForms/AssemblyInfo.cpp b/CefSharp.WinForms/AssemblyInfo.cpp index 1097fbebad..f988391e0c 100644 --- a/CefSharp.WinForms/AssemblyInfo.cpp +++ b/CefSharp.WinForms/AssemblyInfo.cpp @@ -9,7 +9,7 @@ using namespace System::Security::Permissions; [assembly:AssemblyProduct("CefSharp")]; [assembly:AssemblyCopyright("Copyright © The CefSharp Project 2013")] -[assembly:AssemblyVersion("1.25.4.*")]; +[assembly:AssemblyVersion("1.25.5.0")]; [assembly:ComVisible(false)]; [assembly:CLSCompliant(true)]; [assembly:SecurityPermission(SecurityAction::RequestMinimum, UnmanagedCode = true)]; diff --git a/CefSharp.Wpf.Example/Properties/AssemblyInfo.cs b/CefSharp.Wpf.Example/Properties/AssemblyInfo.cs index cec29486b4..0f2bf5da1f 100644 --- a/CefSharp.Wpf.Example/Properties/AssemblyInfo.cs +++ b/CefSharp.Wpf.Example/Properties/AssemblyInfo.cs @@ -6,5 +6,5 @@ [assembly: AssemblyProduct("CefSharp")] [assembly: AssemblyCopyright("Copyright © The CefSharp Project 2013")] -[assembly: AssemblyVersion("1.25.4.*")] +[assembly: AssemblyVersion("1.25.5.0")] [assembly: ComVisible(false)] diff --git a/CefSharp.Wpf.Test/Properties/AssemblyInfo.cs b/CefSharp.Wpf.Test/Properties/AssemblyInfo.cs index ecf51c23b9..ab8cef6169 100644 --- a/CefSharp.Wpf.Test/Properties/AssemblyInfo.cs +++ b/CefSharp.Wpf.Test/Properties/AssemblyInfo.cs @@ -6,5 +6,5 @@ [assembly: AssemblyProduct("CefSharp")] [assembly: AssemblyCopyright("Copyright © The CefSharp Project 2013")] -[assembly: AssemblyVersion("1.25.4.*")] +[assembly: AssemblyVersion("1.25.5.0")] [assembly: ComVisible(false)] diff --git a/CefSharp.Wpf/AssemblyInfo.cpp b/CefSharp.Wpf/AssemblyInfo.cpp index e93ead74ff..cf18e48963 100644 --- a/CefSharp.Wpf/AssemblyInfo.cpp +++ b/CefSharp.Wpf/AssemblyInfo.cpp @@ -9,7 +9,7 @@ using namespace System::Security::Permissions; [assembly:AssemblyProduct("CefSharp")]; [assembly:AssemblyCopyright("Copyright © The CefSharp Project 2013")] -[assembly:AssemblyVersion("1.25.4.*")]; +[assembly:AssemblyVersion("1.25.5.0")]; [assembly:ComVisible(false)]; [assembly:CLSCompliant(true)]; [assembly:SecurityPermission(SecurityAction::RequestMinimum, UnmanagedCode = true)]; diff --git a/CefSharp/AssemblyInfo.cpp b/CefSharp/AssemblyInfo.cpp index e99508981b..5e2fe3fc44 100644 --- a/CefSharp/AssemblyInfo.cpp +++ b/CefSharp/AssemblyInfo.cpp @@ -11,7 +11,7 @@ using namespace System::Security::Permissions; [assembly:AssemblyProduct("CefSharp")]; [assembly:AssemblyCopyright("Copyright (c) The CefSharp Project 2013")]; -[assembly:AssemblyVersion("1.25.4.0")]; +[assembly:AssemblyVersion("1.25.5.0")]; [assembly:ComVisible(false)]; [assembly:CLSCompliant(true)]; [assembly:SecurityPermission(SecurityAction::RequestMinimum, UnmanagedCode = true)];