From 3fd844cfa034f83884e1d6eb75f35fdc8ce12b41 Mon Sep 17 00:00:00 2001 From: asayre Date: Mon, 2 Jan 2012 12:08:28 +0000 Subject: [PATCH] Corrected AssemblyVersion to 2.2.* Also, prior changelog message should read 'treat warnings as errors' --- Server/AssemblyInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Server/AssemblyInfo.cs b/Server/AssemblyInfo.cs index 7efa90638..177294a92 100644 --- a/Server/AssemblyInfo.cs +++ b/Server/AssemblyInfo.cs @@ -47,7 +47,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.1.*")] +[assembly: AssemblyVersion("2.2.*")] // // In order to sign your assembly you must specify a key to use. Refer to the