From aa43c6fadb1c8bed23779ac33ee80cd7e5c16321 Mon Sep 17 00:00:00 2001 From: Christoph Wille Date: Tue, 10 Feb 2009 09:10:49 +0000 Subject: [PATCH] Version 3.1 designation git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3801 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61 --- src/Automated.proj | 2 +- src/Main/GlobalAssemblyInfo.template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Automated.proj b/src/Automated.proj index 9dd4b1ab5d..9010eddda3 100644 --- a/src/Automated.proj +++ b/src/Automated.proj @@ -11,7 +11,7 @@ $(ProjectDir)\src $(ProjectDir)\bin $(MSBuildProjectDirectory)\Tools\MSBuildCommunityTasks - SharpDevelop_3.0.0. + SharpDevelop_3.1.0. $(MSBuildProjectDirectory)\Tools\NUnit diff --git a/src/Main/GlobalAssemblyInfo.template b/src/Main/GlobalAssemblyInfo.template index 290dbbbbd4..6435ade58b 100644 --- a/src/Main/GlobalAssemblyInfo.template +++ b/src/Main/GlobalAssemblyInfo.template @@ -27,7 +27,7 @@ using System.Reflection; internal static class RevisionClass { public const string Major = "3"; - public const string Minor = "0"; + public const string Minor = "1"; public const string Build = "0"; public const string Revision = "-INSERTREVISION-";