From 30a21317e6f29a78f4dd217feb08a0be0425232f Mon Sep 17 00:00:00 2001 From: pkanavos Date: Tue, 15 May 2012 17:44:36 +0300 Subject: [PATCH] Version number changes --- trunk/Pithos.Client.WPF/Properties/AssemblyInfo.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/trunk/Pithos.Client.WPF/Properties/AssemblyInfo.cs b/trunk/Pithos.Client.WPF/Properties/AssemblyInfo.cs index 65f7bc5..bc46b2b 100644 --- a/trunk/Pithos.Client.WPF/Properties/AssemblyInfo.cs +++ b/trunk/Pithos.Client.WPF/Properties/AssemblyInfo.cs @@ -56,7 +56,7 @@ using System.Windows; [assembly: AssemblyCopyright("Copyright © GRNet 2011-2012")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] -[assembly: AssemblyInformationalVersion("2012-04-24")] +[assembly: AssemblyInformationalVersion("2012-05-15")] // Setting ComVisible to false makes the types in this assembly not visible // to COM components. If you need to access a type in this assembly from @@ -93,5 +93,5 @@ using System.Windows; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("0.7.20510.0")] -[assembly: AssemblyFileVersionAttribute("0.7.20510.0")] +[assembly: AssemblyVersion("0.7.20518.0")] +[assembly: AssemblyFileVersionAttribute("0.7.20518.0")] -- 1.7.10.4