From d18b2254d8451217b4c12dcd03091f89b1a34a0f Mon Sep 17 00:00:00 2001 From: Mark Sturgill Date: Sat, 2 Nov 2013 22:26:20 -0700 Subject: [PATCH] tweak version to 2.5.0 to help with legacy maint in the future --- Server/AssemblyInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Server/AssemblyInfo.cs b/Server/AssemblyInfo.cs index 96b8bb788..3706d10a8 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.5.*")] +[assembly: AssemblyVersion("2.5.0.*")] // // In order to sign your assembly you must specify a key to use. Refer to the