From cf70b960afbc4e691837627c15fea61f10076ca8 Mon Sep 17 00:00:00 2001 From: Michael Bikovitsky Date: Mon, 15 Jul 2013 08:24:18 +0300 Subject: [PATCH] Versioning update. --- BrainTools/Properties/AssemblyInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BrainTools/Properties/AssemblyInfo.cs b/BrainTools/Properties/AssemblyInfo.cs index 52cfece..5df3e0c 100644 --- a/BrainTools/Properties/AssemblyInfo.cs +++ b/BrainTools/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // 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("2.0.0.0")] -[assembly: AssemblyFileVersion("2.0.0.0")] +[assembly: AssemblyVersion("2.1.0.0")] +[assembly: AssemblyFileVersion("2.1.0.0")]