From f74ca88fafc4f3e505a96952540e863e6e740b5c Mon Sep 17 00:00:00 2001 From: Dario Solera Date: Wed, 20 Apr 2011 14:49:19 +0200 Subject: [PATCH] Tweaked version number. --- AssemblyVersion.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AssemblyVersion.cs b/AssemblyVersion.cs index aee7128..7886805 100644 --- a/AssemblyVersion.cs +++ b/AssemblyVersion.cs @@ -16,5 +16,5 @@ using System.Reflection; // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("3.0.4.564")] -[assembly: AssemblyFileVersion("3.0.4.564")] \ No newline at end of file +[assembly: AssemblyVersion("3.0.4.565")] +[assembly: AssemblyFileVersion("3.0.4.565")] \ No newline at end of file