From 26f743f67abd8149737585b197b67a52d9aeaba7 Mon Sep 17 00:00:00 2001 From: Dario Solera Date: Tue, 12 Jul 2011 09:04:18 +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 e20beb0..c7a5d5f 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.579")] -[assembly: AssemblyFileVersion("3.0.4.579")] \ No newline at end of file +[assembly: AssemblyVersion("3.0.5.600")] +[assembly: AssemblyFileVersion("3.0.5.600")] \ No newline at end of file