From 0af6c22404fdac523b1be8cc0cd21b2b6c71a939 Mon Sep 17 00:00:00 2001 From: Ima Mechanique Date: Mon, 15 Jul 2013 21:18:22 +0100 Subject: [PATCH] Ficing version number which accidentally got the v3-dev bump merged. --- trunk/Properties/AssemblyInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/trunk/Properties/AssemblyInfo.cs b/trunk/Properties/AssemblyInfo.cs index c2dd05f..99939eb 100644 --- a/trunk/Properties/AssemblyInfo.cs +++ b/trunk/Properties/AssemblyInfo.cs @@ -70,7 +70,7 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("2.999.999.1")] +[assembly: AssemblyVersion("2.54.0.1")] // // In order to sign your assembly you must specify a key to use. Refer to the @@ -100,4 +100,4 @@ using System.Runtime.InteropServices; [assembly: AssemblyDelaySign(false)] //[assembly: AssemblyKeyName("")] [assembly: ComVisibleAttribute(false)] -[assembly: AssemblyFileVersionAttribute("2.999.999.1")] +[assembly: AssemblyFileVersionAttribute("2.54.0.1")]