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-";